Core/Spells: Removed outdated mechanic (spell downranking coef penalty)

This commit is contained in:
Shauren
2018-01-27 12:21:35 +01:00
parent f97239718f
commit f963b8a225
3 changed files with 4 additions and 30 deletions

View File

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