diff --git a/src/game/Object/StatSystem.cpp b/src/game/Object/StatSystem.cpp index 97b81cc7..6b2bb716 100644 --- a/src/game/Object/StatSystem.cpp +++ b/src/game/Object/StatSystem.cpp @@ -518,7 +518,7 @@ void Player::UpdateAllSpellCritChances() void Player::UpdateManaRegen() { // Mana regen from spirit - float power_regen = OCTRegenMPPerSpirit() / 2.0f; + float power_regen = OCTRegenMPPerSpirit(); // Apply PCT bonus from SPELL_AURA_MOD_POWER_REGEN_PERCENT aura on spirit base regen power_regen *= GetTotalAuraMultiplierByMiscValue(SPELL_AURA_MOD_POWER_REGEN_PERCENT, POWER_MANA);