mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
remove whitespaces
This commit is contained in:
@@ -517,7 +517,7 @@ int32 SpellEffectInfo::CalcValue(WorldObject const* caster /*= nullptr*/, int32
|
||||
float delta = fabs(Scaling.Variance * 0.5f);
|
||||
double valueVariance = frand(-delta, delta);
|
||||
value += double(basePoints) * valueVariance;
|
||||
|
||||
|
||||
if (variance)
|
||||
*variance = valueVariance;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user