mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[9871] Implement movement impairing effects for spell 58875.
Original part suggested by Insider42.
This commit is contained in:
parent
3790084fb1
commit
b36cc9b258
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9870"
|
||||
#define REVISION_NR "9871"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue