mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[7872] Restore work one shaman totem
Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
8b5fa13011
commit
0bd7177b11
2 changed files with 7 additions and 1 deletions
|
|
@ -1687,6 +1687,12 @@ void Spell::EffectDummy(uint32 i)
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
// Cleansing Totem
|
||||||
|
if(m_spellInfo->SpellFamilyFlags & 0x0000000004000000LL && m_spellInfo->SpellIconID==1673)
|
||||||
|
{
|
||||||
|
m_caster->CastSpell(unitTarget, 52025, true);
|
||||||
|
return;
|
||||||
|
}
|
||||||
// Healing Stream Totem
|
// Healing Stream Totem
|
||||||
if(m_spellInfo->SpellFamilyFlags & 0x0000000000002000LL)
|
if(m_spellInfo->SpellFamilyFlags & 0x0000000000002000LL)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7871"
|
#define REVISION_NR "7872"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue