[7698] Remove redundent call InterruptNonMeleeSpells.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
NoFantasy 2009-04-22 18:09:23 +04:00 committed by VladimirMangos
parent d910610600
commit 07310ff6c1
2 changed files with 1 additions and 2 deletions

View file

@ -1060,7 +1060,6 @@ void CreatureEventAI::JustReachedHome()
void CreatureEventAI::EnterEvadeMode()
{
m_creature->InterruptNonMeleeSpells(true);
m_creature->RemoveAllAuras();
m_creature->DeleteThreatList();
m_creature->CombatStop(true);