Crashfix. <3 QAston, you damn beast.

--HG--
branch : trunk
This commit is contained in:
raczman
2009-04-05 12:11:28 +02:00
parent 607741569c
commit 5fb720d117

View File

@@ -4367,6 +4367,8 @@ void Unit::RemoveAura(AuraMap::iterator &i, AuraRemoveMode mode)
//don't stop channeling of scripted spells (this is actually a hack)
{
caster->m_currentSpells[CURRENT_CHANNELED_SPELL]->cancel();
caster->m_currentSpells[CURRENT_CHANNELED_SPELL]=NULL;
}
}