This commit is contained in:
mark 2009-08-07 07:11:17 +00:00
parent 0f73c81a6a
commit 968851301c

View file

@ -804,7 +804,7 @@ namespace Server.Gumps
bool isFriend = isCoOwner || m_House.IsFriend( from );
if ( isCombatRestricted )
isFriend = isCoOwner = isFriend = false;
isCoOwner = isFriend = false;
if ( !from.CheckAlive() )
return;