mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Core/Spells: allow RealPointsPerLevel to always apply when no scaling coefficient is provided
This commit is contained in:
@@ -528,7 +528,7 @@ int32 SpellEffectInfo::CalcValue(WorldObject const* caster /*= nullptr*/, int32
|
||||
if (Scaling.ResourceCoefficient)
|
||||
comboDamage = Scaling.ResourceCoefficient * value;
|
||||
}
|
||||
else if (GetScalingExpectedStat() == ExpectedStatType::None)
|
||||
else
|
||||
{
|
||||
if (casterUnit && basePointsPerLevel != 0.0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user