diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellEffects.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 5ce8ec41f32..eb50a98f036 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -1840,6 +1840,12 @@ void Spell::EffectDummy(uint32 i) } return; } + // Cleansing Totem + if(m_spellInfo->SpellFamilyFlags[0] & 0x04000000 && m_spellInfo->SpellIconID==1673) + { + m_caster->CastSpell(unitTarget, 52025, true, 0, 0, m_originalCasterGUID); + return; + } // Healing Stream Totem if(m_spellInfo->SpellFamilyFlags[0] & 0x2000) { |