diff options
author | megamage <none@none> | 2008-11-22 10:32:29 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-11-22 10:32:29 -0600 |
commit | a0ef1aa89ba949dfeffbf3c3e0322fd52674da29 (patch) | |
tree | 7c68a5f4da58dfb4dfc5ae18f486e13979f640ed /src | |
parent | 5b59337597766e9ccb7d5954dde14a8939cf6867 (diff) |
*Fix shadow cloak, also remove spells such as hunter's mark.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellEffects.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 6984fc5789c..40a1ec6b989 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -1871,6 +1871,7 @@ void Spell::EffectTriggerSpell(uint32 i) // Cloak of Shadows case 35729 : { + m_caster->RemoveAurasWithDispelType(DISPEL_ALL); Unit::AuraMap& Auras = m_caster->GetAuras(); for(Unit::AuraMap::iterator iter = Auras.begin(); iter != Auras.end(); ++iter) { |