Core/Entities: Regenerated updatefields code with latest generator fixes

This commit is contained in:
Shauren
2021-02-15 00:19:35 +01:00
parent bb0194aede
commit 331b9ccd6a
5 changed files with 26 additions and 15 deletions

View File

@@ -3835,7 +3835,7 @@ std::vector<SpellPowerCost> SpellInfo::CalcPowerCost(Unit const* caster, SpellSc
}
if (power->PowerType == POWER_MANA)
flatMod *= 1.0f + caster->m_unitData->ManaCostModifierModifier;
flatMod *= 1.0f + caster->m_unitData->ManaCostMultiplier; // this is wrong
powerCost += flatMod;
}