From 7f2fb69726fda3bce65a206f11977f9aabd05238 Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 22 May 2009 16:42:29 -0500 Subject: *Fix Cleansing Totem Author: Astellar --HG-- branch : trunk --- src/game/SpellEffects.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') 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) { -- cgit v1.2.3