mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[7955] Fixed healing amount of 47230 and ranks.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
eaad24d8d5
commit
07fe1cfd04
2 changed files with 2 additions and 2 deletions
|
|
@ -5087,8 +5087,8 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
|
|||
target = GetPet();
|
||||
if (!target)
|
||||
return false;
|
||||
basepoints0 = damage * 15 / 100;
|
||||
triggered_spell_id = 54181;
|
||||
basepoints0 = damage * triggerAmount / 100;
|
||||
break;
|
||||
}
|
||||
switch(dummySpell->Id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue