mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[8878] Update regent percent for spell 57669 and 61782.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
ce92d2e1d2
commit
df8d59b770
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue