mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +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();
|
target = GetPet();
|
||||||
if (!target)
|
if (!target)
|
||||||
return false;
|
return false;
|
||||||
basepoints0 = damage * 15 / 100;
|
basepoints0 = damage * triggerAmount / 100;
|
||||||
triggered_spell_id = 54181;
|
triggered_spell_id = 54181;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7999"
|
#define REVISION_NR "8000"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue