diff options
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r-- | src/game/Unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h index 270d8de883b..c7e2e838212 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -1933,7 +1933,7 @@ class TRINITY_DLL_SPEC Unit : public WorldObject //uint32 m_unit_movement_flags; uint32 m_reactiveTimer[MAX_REACTIVE]; - uint32 m_regenTimer; + int32 m_regenTimer; ThreatManager m_ThreatManager; |