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