From 968851301cb818119b65171e5bb857b9841be4a1 Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 7 Aug 2009 07:11:17 +0000 Subject: [PATCH] --- Scripts/Gumps/HouseGumpAOS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;