diff options
Diffstat (limited to 'src/char_sql/char.h')
-rw-r--r-- | src/char_sql/char.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/char_sql/char.h b/src/char_sql/char.h index a40340cfb..c9ec54a16 100644 --- a/src/char_sql/char.h +++ b/src/char_sql/char.h @@ -4,6 +4,17 @@ #ifndef _CHAR_SQL_H_ #define _CHAR_SQL_H_ +#include "../common/core.h" // CORE_ST_LAST + +#ifndef TXT_SQL_CONVERT +enum E_CHARSERVER_ST +{ + CHARSERVER_ST_RUNNING = CORE_ST_LAST, + CHARSERVER_ST_SHUTDOWN, + CHARSERVER_ST_LAST +}; +#endif + struct mmo_charstatus; #define MAX_MAP_SERVERS 30 |