diff --git a/src/server/scripts/Spells/spell_generic.cpp b/src/server/scripts/Spells/spell_generic.cpp index 21cf07cafc5..0a623143968 100644 --- a/src/server/scripts/Spells/spell_generic.cpp +++ b/src/server/scripts/Spells/spell_generic.cpp @@ -2855,7 +2855,7 @@ class spell_gen_replenishment : public SpellScriptLoader switch (GetSpellInfo()->Id) { case SPELL_REPLENISHMENT: - amount = GetUnitOwner()->GetMaxPower(POWER_MANA) * 0.002f; + amount = GetUnitOwner()->GetMaxPower(POWER_MANA) * 0.001f; break; case SPELL_INFINITE_REPLENISHMENT: amount = GetUnitOwner()->GetMaxPower(POWER_MANA) * 0.0025f;