This commit is contained in:
parent
0f73c81a6a
commit
968851301c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue