diff options
author | megamage <none@none> | 2009-04-05 17:10:59 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-05 17:10:59 -0500 |
commit | 508a57313c1b99aaf4185390e55eeb4becdae940 (patch) | |
tree | 4492bdd07b5da9813293b5cda95a36ff58042b16 /src/game/Unit.cpp | |
parent | 2148e25362fe7140569caf860cc787e014cc39b1 (diff) | |
parent | fef43ddbe7c498be7d154926a88f09c2534f8d48 (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 40f3272a905..7f0e2636d7a 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -4130,6 +4130,7 @@ void Unit::RemoveAura(AuraMap::iterator &i, AuraRemoveMode mode) { caster->m_currentSpells[CURRENT_CHANNELED_SPELL]->cancel(); caster->m_currentSpells[CURRENT_CHANNELED_SPELL]=NULL; + } } |