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

@@ -5153,6 +5153,17 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
triggered_spell_id = 34650;
break;
}
// Spirit Walk
case 58875:
{
// Cast on owner
target = GetOwner();
if(!target)
return false;
triggered_spell_id = 58876;
break;
}
// Mark of Malice
case 33493:
{