diff options
author | n0n4m3 <none@none> | 2009-12-24 13:01:39 +0100 |
---|---|---|
committer | n0n4m3 <none@none> | 2009-12-24 13:01:39 +0100 |
commit | 7b19bea10faa1722fb856eff05adb1363110a28d (patch) | |
tree | 759773efe8fba1ba24ed2577f03650b663c08204 /src/game/SpellEffects.cpp | |
parent | 3ab368caa7680b022972e01fdc8968b284cb7788 (diff) |
Fixed spell Spirit Walk. by Ouden
--HG--
branch : trunk
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: { |