mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 23:40:26 +00:00
Warning fixes, general cleanup (#5053)
This commit is contained in:
+2
-2
@@ -24,14 +24,14 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
typedef enum {
|
||||
enum CLE_Status {
|
||||
Never,
|
||||
Offline,
|
||||
Online,
|
||||
CharSelect,
|
||||
Zoning,
|
||||
InZone
|
||||
} CLE_Status;
|
||||
};
|
||||
|
||||
static const char *CLEStatusString[] = {
|
||||
"Never",
|
||||
|
||||
Reference in New Issue
Block a user