correct typo in Mobile.CanBeBeneficial

This commit is contained in:
mark 2011-09-25 04:02:03 +00:00
parent 8fa0b41e09
commit 59a5d8e684

View file

@ -6970,7 +6970,7 @@ namespace Server
if( target == null )
return false;
if( m_Deleted || target.m_Deleted || !Alive || IsDeadBondedPet || (!allowDead && (!target.Alive || IsDeadBondedPet)) )
if( m_Deleted || target.m_Deleted || !Alive || IsDeadBondedPet || (!allowDead && (!target.Alive || target.IsDeadBondedPet)) )
{
if( message )
SendLocalizedMessage( 1001017 ); // You can not perform beneficial acts on your target.