diff --git a/Source/Game/Spells/SpellInfo.cs b/Source/Game/Spells/SpellInfo.cs index de1e40d02..7fbfa972f 100644 --- a/Source/Game/Spells/SpellInfo.cs +++ b/Source/Game/Spells/SpellInfo.cs @@ -3754,7 +3754,7 @@ namespace Game.Spells float basePointsPerLevel = RealPointsPerLevel; // TODO: this needs to be a float, not rounded int basePoints = CalcBaseValue(caster, target, castItemId, itemLevel); - float value = bp.HasValue ? bp.Value : BasePoints; + float value = bp.HasValue ? bp.Value : basePoints; float comboDamage = PointsPerResource; if (Scaling.Variance != 0)