[9871] Implement movement impairing effects for spell 58875.

Original part suggested by Insider42.
This commit is contained in:
VladimirMangos 2010-05-11 13:35:40 +04:00
parent 3790084fb1
commit b36cc9b258
2 changed files with 4 additions and 1 deletions

View file

@ -2782,6 +2782,9 @@ void Spell::cast(bool skipCheck)
// Heroism
else if (m_spellInfo->Id == 32182)
AddPrecastSpell(57723); // Exhaustion
// Spirit Walk
else if (m_spellInfo->Id == 58875)
AddPrecastSpell(58876);
else if (m_spellInfo->Effect[EFFECT_INDEX_0]==SPELL_EFFECT_APPLY_AREA_AURA_RAID && m_spellInfo->SpellFamilyFlags & UI64LIT(0x0000000004000000))
// only for main totem spell cast
AddTriggeredSpell(30708); // Totem of Wrath

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9870"
#define REVISION_NR "9871"
#endif // __REVISION_NR_H__