diff options
Diffstat (limited to 'src/char/char.h')
-rw-r--r-- | src/char/char.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/char/char.h b/src/char/char.h index 18bb7b1b5..bb1a530f0 100644 --- a/src/char/char.h +++ b/src/char/char.h @@ -4,8 +4,18 @@ #ifndef _CHAR_H_ #define _CHAR_H_ +#include "../common/core.h" // CORE_ST_LAST #include "../common/mmo.h" +#ifndef TXT_SQL_CONVERT +enum E_CHARSERVER_ST +{ + CHARSERVER_ST_RUNNING = CORE_ST_LAST, + CHARSERVER_ST_SHUTDOWN, + CHARSERVER_ST_LAST +}; +#endif + #define MAX_MAP_SERVERS 30 #define DEFAULT_AUTOSAVE_INTERVAL 300*1000 |