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

This commit is contained in:
hondacrx
2018-01-27 17:38:17 -05:00
parent 0a78e8afe3
commit 854ae39aeb
2 changed files with 4 additions and 27 deletions
-1
View File
@@ -768,7 +768,6 @@ namespace Scripts.Spells.Warlock
float bonus = 0.8068f;
bonus *= caster.SpellBaseHealingBonusDone(GetSpellInfo().GetSchoolMask());
bonus *= caster.CalculateLevelPenalty(GetSpellInfo());
amount += (int)bonus;
}