Core/Spells: Removed outdated mechanic (spell downranking coef penalty)
This commit is contained in:
@@ -768,7 +768,6 @@ namespace Scripts.Spells.Warlock
|
||||
float bonus = 0.8068f;
|
||||
|
||||
bonus *= caster.SpellBaseHealingBonusDone(GetSpellInfo().GetSchoolMask());
|
||||
bonus *= caster.CalculateLevelPenalty(GetSpellInfo());
|
||||
|
||||
amount += (int)bonus;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user