diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 30e7d3b68..9c7a49b4a 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -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 diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index f660d1e4d..6c5cc6d96 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 "9870" + #define REVISION_NR "9871" #endif // __REVISION_NR_H__