mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
Implement Priest 47509 dummy proc and Ranks
Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
e1a4ad241d
commit
8b270d67a8
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue