[8878] Update regent percent for spell 57669 and 61782.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
reeshack 2009-11-27 00:14:24 +03:00 committed by VladimirMangos
parent ce92d2e1d2
commit df8d59b770
2 changed files with 3 additions and 3 deletions

View file

@ -4435,9 +4435,9 @@ void Aura::HandlePeriodicEnergize(bool apply, bool Real)
case 48391: // Owlkin Frenzy 2% base mana case 48391: // Owlkin Frenzy 2% base mana
m_modifier.m_amount = m_target->GetCreateMana() * 2 / 100; m_modifier.m_amount = m_target->GetCreateMana() * 2 / 100;
break; break;
case 57669: // Replenishment (0.25% from max) case 57669: // Replenishment (0.2% from max)
case 61782: // Infinite Replenishment 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; break;
default: default:
break; break;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "8877" #define REVISION_NR "8878"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__