From df8d59b77071dccccc36c42da42073073aa0b8d1 Mon Sep 17 00:00:00 2001 From: reeshack Date: Fri, 27 Nov 2009 00:14:24 +0300 Subject: [PATCH] [8878] Update regent percent for spell 57669 and 61782. Signed-off-by: VladimirMangos --- src/game/SpellAuras.cpp | 4 ++-- src/shared/revision_nr.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 662cd5a54..e71b630db 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -4435,9 +4435,9 @@ void Aura::HandlePeriodicEnergize(bool apply, bool Real) case 48391: // Owlkin Frenzy 2% base mana m_modifier.m_amount = m_target->GetCreateMana() * 2 / 100; break; - case 57669: // Replenishment (0.25% from max) + case 57669: // Replenishment (0.2% from max) case 61782: // Infinite Replenishment - m_modifier.m_amount = m_target->GetMaxPower(POWER_MANA) * 25 / 10000; + m_modifier.m_amount = m_target->GetMaxPower(POWER_MANA) * 2 / 1000; break; default: break; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 4282a677a..e0b89cfa2 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8877" + #define REVISION_NR "8878" #endif // __REVISION_NR_H__