[8000] Corrected calculation of healing amount for 47230 and ranks.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-06-12 15:54:26 +02:00
parent 90d4d70f0c
commit a8a4836e1a
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}