Fixed spell Spirit Walk. by Ouden

--HG--
branch : trunk
This commit is contained in:
n0n4m3
2009-12-24 13:01:39 +01:00
parent 3ab368caa7
commit 7b19bea10f
2 changed files with 18 additions and 0 deletions

View File

@@ -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:
{