Combatant = null in basecreature added in SVN784 caused a stack overflow

This commit is contained in:
athena 2011-11-27 08:53:49 +00:00
parent 7bd20d02cd
commit 3bd524a27a

View file

@ -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;
}
}