Implement Priest 47509 dummy proc and Ranks

Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
DiSlord 2009-01-09 22:01:47 +03:00
parent e1a4ad241d
commit 8b270d67a8

View file

@ -4836,6 +4836,13 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
pVictim->CastCustomSpell(pVictim,34919,&basepoints0,NULL,NULL,true,castItem,triggeredByAura);
return true; // no hidden cooldown
}
// Divine Aegis
if (dummySpell->SpellIconID == 2820)
{
basepoints0 = damage * triggeredByAura->GetModifier()->m_amount/100;
triggered_spell_id = 47753;
break;
}
switch(dummySpell->Id)
{
// Vampiric Embrace