mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Fixed spell Spirit Walk. by Ouden
--HG-- branch : trunk
This commit is contained in:
@@ -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:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user