missing part

This commit is contained in:
Aokromes
2018-01-27 13:07:51 +01:00
parent 7be6304306
commit aa1032bd17

View File

@@ -495,7 +495,6 @@ class spell_mage_fire_frost_ward : public SpellScriptLoader
float bonus = 0.8068f;
bonus *= caster->SpellBaseHealingBonusDone(GetSpellInfo()->GetSchoolMask());
bonus *= caster->CalculateLevelPenalty(GetSpellInfo());
amount += int32(bonus);
}