From 0bd7177b11b22f191e5ae03ee1ea97d4921262b4 Mon Sep 17 00:00:00 2001 From: Astellar Date: Fri, 22 May 2009 14:46:12 +0400 Subject: [PATCH] [7872] Restore work one shaman totem Signed-off-by: DiSlord --- src/game/SpellEffects.cpp | 6 ++++++ src/shared/revision_nr.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index c1cfd684d..06ebd13e9 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -1687,6 +1687,12 @@ void Spell::EffectDummy(uint32 i) } return; } + // Cleansing Totem + if(m_spellInfo->SpellFamilyFlags & 0x0000000004000000LL && m_spellInfo->SpellIconID==1673) + { + m_caster->CastSpell(unitTarget, 52025, true); + return; + } // Healing Stream Totem if(m_spellInfo->SpellFamilyFlags & 0x0000000000002000LL) { diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 90d4c9a1e..c95aabe5d 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7871" + #define REVISION_NR "7872" #endif // __REVISION_NR_H__