diff --git a/Scripts/Gumps/HouseGumpAOS.cs b/Scripts/Gumps/HouseGumpAOS.cs index 71f218e39..e66fd4700 100644 --- a/Scripts/Gumps/HouseGumpAOS.cs +++ b/Scripts/Gumps/HouseGumpAOS.cs @@ -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;