mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 22:56:37 +00:00
Add CLEStatusString to logging
This commit is contained in:
@@ -18,6 +18,15 @@ typedef enum
|
||||
InZone
|
||||
} CLE_Status;
|
||||
|
||||
static const char * CLEStatusString[] = {
|
||||
"Never",
|
||||
"Offline",
|
||||
"Online",
|
||||
"CharSelect",
|
||||
"Zoning",
|
||||
"InZone"
|
||||
};
|
||||
|
||||
class ZoneServer;
|
||||
struct ServerClientList_Struct;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user