aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/server/game/Spells/SpellInfo.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp
index 03951f1c5bc..1ab52618054 100644
--- a/src/server/game/Spells/SpellInfo.cpp
+++ b/src/server/game/Spells/SpellInfo.cpp
@@ -2752,10 +2752,13 @@ void SpellInfo::_LoadImmunityInfo()
{
switch (Id)
{
- case 34471: // The Beast Within
- case 19574: // Bestial Wrath
case 42292: // PvP trinket
case 59752: // Every Man for Himself
+ mechanicImmunityMask |= IMMUNE_TO_MOVEMENT_IMPAIRMENT_AND_LOSS_CONTROL_MASK;
+ immuneInfo.AuraTypeImmune.insert(SPELL_AURA_USE_NORMAL_MOVEMENT_SPEED);
+ break;
+ case 34471: // The Beast Within
+ case 19574: // Bestial Wrath
case 53490: // Bullheaded
mechanicImmunityMask |= IMMUNE_TO_MOVEMENT_IMPAIRMENT_AND_LOSS_CONTROL_MASK;
break;