Change lockout packet variable to signed

This commit is contained in:
hg
2020-06-30 20:53:05 -04:00
parent 70161aecc4
commit e99528fe73
15 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -137,8 +137,8 @@ public:
void SetDzZoneInLocation(float x, float y, float z, float heading, bool update_db = false);
void SetDzDuration(uint32_t new_duration) { m_dynamiczone.SetUpdatedDuration(new_duration); }
static const uint32_t REPLAY_TIMER_ID;
static const uint32_t EVENT_TIMER_ID;
static const int32_t REPLAY_TIMER_ID;
static const int32_t EVENT_TIMER_ID;
private:
static void CacheExpeditions(MySQLRequestResult& results);