From 1a90380b484b4c76f834b26872f718dfe4437b57 Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 22 Apr 2009 17:59:11 -0500 Subject: [7698] Remove redundent call InterruptNonMeleeSpells. Author: NoFantasy --HG-- branch : trunk --- src/game/CreatureEventAI.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/game/CreatureEventAI.cpp b/src/game/CreatureEventAI.cpp index 9727bb650b1..890c44ab0dc 100644 --- a/src/game/CreatureEventAI.cpp +++ b/src/game/CreatureEventAI.cpp @@ -1078,7 +1078,6 @@ void CreatureEventAI::JustReachedHome() void CreatureEventAI::EnterEvadeMode() { - m_creature->InterruptNonMeleeSpells(true); m_creature->RemoveAllAuras(); m_creature->DeleteThreatList(); m_creature->CombatStop(true); -- cgit v1.2.3