diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Pet.h | 1 |
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; |