Skip to content

Commit

Permalink
[9871] Implement movement impairing effects for spell 58875.
Browse files Browse the repository at this point in the history
Original part suggested by Insider42.
  • Loading branch information
VladimirMangos committed May 11, 2010
1 parent f3d1602 commit 819ca6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/game/Spell.cpp
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9870"
#define REVISION_NR "9871"
#endif // __REVISION_NR_H__

0 comments on commit 819ca6c

Please sign in to comment.