mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[8000] Corrected calculation of healing amount for 47230 and ranks.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
90d4d70f0c
commit
a8a4836e1a
2 changed files with 2 additions and 2 deletions
|
|
@ -5091,7 +5091,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
|
|||
target = GetPet();
|
||||
if (!target)
|
||||
return false;
|
||||
basepoints0 = damage * 15 / 100;
|
||||
basepoints0 = damage * triggerAmount / 100;
|
||||
triggered_spell_id = 54181;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue