[7872] Restore work one shaman totem

Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
Astellar 2009-05-22 14:46:12 +04:00 committed by DiSlord
parent 8b5fa13011
commit 0bd7177b11
2 changed files with 7 additions and 1 deletions

View file

@ -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)
{