[7955] Fixed healing amount of 47230 and ranks.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
Lightguard 2009-06-04 21:41:52 +02:00 committed by ApoC
parent eaad24d8d5
commit 07fe1cfd04
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7954"
#define REVISION_NR "7955"
#endif // __REVISION_NR_H__