aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-22 17:59:11 -0500
committermegamage <none@none>2009-04-22 17:59:11 -0500
commit1a90380b484b4c76f834b26872f718dfe4437b57 (patch)
treeeadcfeea7f8e971d9f4a0d99f348a3dfa5167f6b /src
parent3b49bfb1ff8fc7a275714fffc2494f767f287574 (diff)
[7698] Remove redundent call InterruptNonMeleeSpells. Author: NoFantasy
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/CreatureEventAI.cpp1
1 files changed, 0 insertions, 1 deletions
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);