From 900e4d9ae0fa415b0efdd7d563767f865750644e Mon Sep 17 00:00:00 2001 From: mark Date: Sat, 10 Nov 2012 20:21:26 +0000 Subject: [PATCH] oops --- Scripts/Multis/HouseFoundation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Multis/HouseFoundation.cs b/Scripts/Multis/HouseFoundation.cs index 345b1f764..18c0fdfcb 100644 --- a/Scripts/Multis/HouseFoundation.cs +++ b/Scripts/Multis/HouseFoundation.cs @@ -649,7 +649,7 @@ namespace Server.Multis { if( !m.CheckAlive() ) { return; - } else if ( SpellHelper.CheckCombat( m, true ) ) { + } else if ( SpellHelper.CheckCombat( m ) ) { m.SendLocalizedMessage( 1005564, "", 0x22 ); // Wouldst thou flee during the heat of battle?? return; }