<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4401,13 +4401,23 @@ void Aura::HandlePeriodicEnergize(bool apply, bool Real)
     if (!Real)
         return;
 
-    m_isPeriodic = apply;
+    if (apply)
+    {
+        switch (GetId())
+        {
+            case 48391:                                     // Owlkin Frenzy 2% base mana
+                m_modifier.m_amount = m_target-&gt;GetCreateMana() * 2 / 100;
+                break;
+            case 57669:                                     // Replenishment (0.25% from max)
+            case 61782:                                     // Infinite Replenishment
+                m_modifier.m_amount = m_target-&gt;GetMaxPower(POWER_MANA) * 25 / 10000;
+                break;
+            default:
+                break;
+        }
+    }
 
-    // Replenishment (0.25% from max)
-    // Infinite Replenishment
-    if (GetId() == 57669 ||
-        GetId() == 61782)
-        m_modifier.m_amount = m_target-&gt;GetMaxPower(POWER_MANA) * 25 / 10000;
+    m_isPeriodic = apply;
 }
 
 void Aura::HandleAuraPowerBurn(bool apply, bool /*Real*/)</diff>
      <filename>src/game/SpellAuras.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 #ifndef __REVISION_NR_H__
 #define __REVISION_NR_H__
- #define REVISION_NR &quot;8723&quot;
+ #define REVISION_NR &quot;8724&quot;
 #endif // __REVISION_NR_H__</diff>
      <filename>src/shared/revision_nr.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9b6112965cbf0b679a08bdd820dc08cfc3f60eb0</id>
    </parent>
  </parents>
  <author>
    <name>KiriX</name>
    <email>KiriX@getmangos.com</email>
  </author>
  <url>http://github.com/apoc/mangos/commit/7142a4ce8cbd8997645c6bb0d980cda89c592a57</url>
  <id>7142a4ce8cbd8997645c6bb0d980cda89c592a57</id>
  <committed-date>2009-10-24T11:47:42-07:00</committed-date>
  <authored-date>2009-10-24T11:45:44-07:00</authored-date>
  <message>[8724] Fixed energize amount for spell 48389

Signed-off-by: ApoC &lt;apoc@nymfe.net&gt;</message>
  <tree>5f6d989cef3f8837c08807214426c4adb0ac9e8c</tree>
  <committer>
    <name>ApoC</name>
    <email>apoc@nymfe.net</email>
  </committer>
</commit>
