aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/SpellAuras.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 46ba8df236b..15275417a59 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -4318,7 +4318,7 @@ void Aura::HandleModPowerRegen(bool apply, bool Real) // drinking
{
Powers pt = m_target->getPowerType();
- if (pt == POWE_RAGE)
+ if (pt == POWER_RAGE)
m_periodicTimer = 3000;
else
m_periodicTimer = 2000;