From d92f642810dc3125515d64f953d2bee840de1cc1 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Fri, 17 Oct 2025 16:12:31 -0300 Subject: world startup/shutdown timestamps + adjust a few column names --- src/querymanager.hh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/querymanager.hh') diff --git a/src/querymanager.hh b/src/querymanager.hh index e33bcc0..99cea94 100644 --- a/src/querymanager.hh +++ b/src/querymanager.hh @@ -825,8 +825,10 @@ struct TWorld{ int Type; int NumPlayers; int MaxPlayers; - int OnlineRecord; - int OnlineRecordTimestamp; + int OnlinePeak; + int OnlinePeakTimestamp; + int LastStartup; + int LastShutdown; }; struct TWorldConfig{ @@ -1083,7 +1085,9 @@ bool GetOnlineCharacters(TDatabase *Database, int WorldID, DynamicArray