Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
- index dfe5514..3f50f90 100644
- --- a/src/game/Spell.cpp
- +++ b/src/game/Spell.cpp
- @@ -2982,6 +2982,8 @@ void Spell::cast(bool skipCheck)
- 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
- + else if (m_spellInfo->Id == 8179) // Grounding Totem
- + AddPrecastSpell(8178);
- break;
- }
- case SPELLFAMILY_WARRIOR:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement