diff options
author | raczman <none@none> | 2009-04-04 23:35:03 +0200 |
---|---|---|
committer | raczman <none@none> | 2009-04-04 23:35:03 +0200 |
commit | 574a9bb88e4313c41a7b103a87503ee612d69621 (patch) | |
tree | f76c333f39eccbf4b95470bb6f4c754936ceffe4 /src | |
parent | c4821eef7accfdb70683887f5b9b67c780516f2f (diff) |
Fixed typo.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellAuras.cpp | 2 |
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; |