mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
Restore work priest 15286 after client switch
Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
06020f99b1
commit
c028b118c4
1 changed files with 3 additions and 2 deletions
|
|
@ -5060,8 +5060,9 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
|
|||
return false;
|
||||
|
||||
// heal amount
|
||||
basepoints0 = triggerAmount*damage/100;
|
||||
pVictim->CastCustomSpell(pVictim,15290,&basepoints0,NULL,NULL,true,castItem,triggeredByAura);
|
||||
int32 team = triggerAmount*damage/500;
|
||||
int32 self = triggerAmount*damage/100 - team;
|
||||
pVictim->CastCustomSpell(pVictim,15290,&team,&self,NULL,true,castItem,triggeredByAura);
|
||||
return true; // no hidden cooldown
|
||||
}
|
||||
// Priest Tier 6 Trinket (Ashtongue Talisman of Acumen)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue