correct typo in Mobile.CanBeBeneficial
This commit is contained in:
parent
8fa0b41e09
commit
59a5d8e684
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue