diff options
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r-- | src/game/SpellEffects.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 458bf968312..6b8b31d83b5 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -5171,6 +5171,13 @@ void Spell::EffectScriptEffect(uint32 effIndex) unitTarget->RemoveMovementImpairingAuras(); break; } + // Spirit Walk + case 58876: + { + // Removes snares and roots. + unitTarget->RemoveMovementImpairingAuras(); + break; + } // Plant Warmaul Ogre Banner case 32307: { |