diff options
Diffstat (limited to 'src/game/SpellAuras.cpp')
| -rw-r--r-- | src/game/SpellAuras.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index e0677d99f9a..1798fbf6f21 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1022,10 +1022,10 @@ void Aura::_RemoveAura() ((Player*)caster)->SendCooldownEvent(GetSpellProto()); } - // overkill + // not cancel, overkill // do not proc anything if aura is cancelled - //if(m_removeMode == AURA_REMOVE_BY_CANCEL) - // return; + if(m_removeMode == AURA_REMOVE_BY_DELETE) + return; // Remove Linked Auras (on last aura remove) uint32 id = GetId(); |
