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

This commit is contained in:
Aokromes
2018-01-27 12:28:42 +01:00
parent 3ac066856b
commit 7be6304306
4 changed files with 63 additions and 30 deletions

View File

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