diff options
Diffstat (limited to 'src/game/DynamicObject.h')
-rw-r--r-- | src/game/DynamicObject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/DynamicObject.h b/src/game/DynamicObject.h index 2d5efb3c596..a27be9a521c 100644 --- a/src/game/DynamicObject.h +++ b/src/game/DynamicObject.h @@ -65,6 +65,7 @@ class DynamicObject : public WorldObject uint32 m_spellId; uint32 m_effIndex; int32 m_aliveDuration; + uint32 m_updateTimer; time_t m_nextThinkTime; float m_radius; AffectedSet m_affected; |