mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 04:42:10 +01:00
*Gift of the Naaru healing fix (now healing bonus is 1/5th AP, as it should be), by Destalker
*Proper Svala ID after transformation, by SoulForge --HG-- branch : trunk
This commit is contained in:
@@ -9857,7 +9857,7 @@ uint32 Unit::SpellHealingBonus(Unit *pVictim, SpellEntry const *spellProto, uint
|
||||
int32 apBonus = std::max(GetTotalAttackPowerValue(BASE_ATTACK), GetTotalAttackPowerValue(RANGED_ATTACK));
|
||||
if (apBonus > DoneAdvertisedBenefit)
|
||||
{
|
||||
DoneTotal += apBonus * stack;
|
||||
DoneTotal += apBonus * 0.2f;
|
||||
coeff = 0.0f;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user