aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorraczman <none@none>2009-04-04 23:35:03 +0200
committerraczman <none@none>2009-04-04 23:35:03 +0200
commit574a9bb88e4313c41a7b103a87503ee612d69621 (patch)
treef76c333f39eccbf4b95470bb6f4c754936ceffe4 /src
parentc4821eef7accfdb70683887f5b9b67c780516f2f (diff)
Fixed typo.
--HG-- branch : trunk
Diffstat (limited to 'src')
-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;