From 3bd524a27a3f04d731e8b87fb032ab4c650fa036 Mon Sep 17 00:00:00 2001 From: athena Date: Sun, 27 Nov 2011 08:53:49 +0000 Subject: [PATCH] Combatant = null in basecreature added in SVN784 caused a stack overflow --- Scripts/Mobiles/BaseCreature.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Scripts/Mobiles/BaseCreature.cs b/Scripts/Mobiles/BaseCreature.cs index 442623b4b..9ec90d324 100644 --- a/Scripts/Mobiles/BaseCreature.cs +++ b/Scripts/Mobiles/BaseCreature.cs @@ -3116,7 +3116,6 @@ namespace Server.Mobiles { DebugSay( "I'm being attacked but my master told me not to fight." ); Warmode = false; - Combatant = null; return; } }