From 59a5d8e68480bccfff0c4c197b400b6cd990e536 Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 25 Sep 2011 04:02:03 +0000 Subject: [PATCH] correct typo in Mobile.CanBeBeneficial --- Server/Mobile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/Mobile.cs b/Server/Mobile.cs index bc9123b90..9e4ecdaf3 100644 --- a/Server/Mobile.cs +++ b/Server/Mobile.cs @@ -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.