Core/Spells: Fix Sacred Shield proccing on attacker

Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
This commit is contained in:
j4r0d
2010-12-31 00:10:49 +01:00
committed by Machiavelli
parent 9c7c62cc5e
commit 2cb1987a0a

View File

@@ -6493,10 +6493,9 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
return false;
}
else if (damage > 0)
{
triggered_spell_id = 58597;
target = this;
}
target = this;
break;
}
// Righteous Vengeance