diff options
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index c3dbcf87dd7..fb0aee82654 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -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; + } } |