aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-16 15:51:20 -0500
committermegamage <none@none>2009-04-16 15:51:20 -0500
commitfac5ed6e3b1b9e82e4d51810e51ced45a78f4394 (patch)
treea8488e002691bb8634e6c0282bb131d8d858ea1d /src
parent00e64ac82bceb7ca0377762c0f193ff1619782a2 (diff)
*Fix Pet Focus and Health Regen. By rvnth.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/Pet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Pet.h b/src/game/Pet.h
index de998c20aac..2552b1c2c09 100644
--- a/src/game/Pet.h
+++ b/src/game/Pet.h
@@ -231,6 +231,7 @@ class Pet : public Guardian
int32 m_duration; // time until unsummon (used mostly for summoned guardians and not used for controlled pets)
uint64 m_auraRaidUpdateMask;
bool m_loading;
+ uint32 m_regenTimer;
DeclinedName *m_declinedname;