diff --git a/zone/client.cpp b/zone/client.cpp index 9d02c2518..25970deb0 100644 --- a/zone/client.cpp +++ b/zone/client.cpp @@ -247,8 +247,6 @@ Client::Client(EQStreamInterface *ieqs) : Mob( autosave_timer.Disable(); GetMercTimer()->Disable(); instalog = false; - pLastUpdate = 0; - pLastUpdateWZ = 0; m_pp.autosplit = false; // initialise haste variable m_tradeskill_object = nullptr; diff --git a/zone/client.h b/zone/client.h index 3b79e0169..0c93f0784 100644 --- a/zone/client.h +++ b/zone/client.h @@ -1735,8 +1735,6 @@ private: inline uint32 GetRestTimer() const { return AggroCount ? m_pp.RestTimer : rest_timer.GetRemainingTime() / 1000; } void UpdateRestTimer(uint32 new_timer); - uint32 pLastUpdate; - uint32 pLastUpdateWZ; uint8 playeraction; EQStreamInterface* eqs;