aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-09-02 15:05:18 -0500
committermegamage <none@none>2009-09-02 15:05:18 -0500
commit85ab4599eeeed2faa7cf6903fd0536f4ddf80b93 (patch)
tree255e408c1fcc3496abeaa4bbf2d5a38b5de0054e /src/game/SpellAuras.cpp
parent0da2e08a7ea9b801eeabb2b0067771a3142bfc0c (diff)
[FIX] Energy/Mana Regeneration By HiZed
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-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 217db41e297..bb6ed39a9a6 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -3671,7 +3671,7 @@ void AuraEffect::HandleAuraTransform(bool apply, bool Real, bool /*changeAmount*
// for players, start regeneration after 1s (in polymorph fast regeneration case)
// only if caster is Player (after patch 2.4.2)
if (IS_PLAYER_GUID(GetCasterGUID()) )
- ((Player*)m_target)->setRegenTimer(1*IN_MILISECONDS);
+ ((Player*)m_target)->setRegenTimerCount(1*IN_MILISECONDS);
//dismount polymorphed target (after patch 2.4.2)
if (m_target->IsMounted())