summaryrefslogtreecommitdiff
path: root/src/char_sql/char.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/char_sql/char.h')
-rw-r--r--src/char_sql/char.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/char_sql/char.h b/src/char_sql/char.h
index 73c2f9f72..c9ec54a16 100644
--- a/src/char_sql/char.h
+++ b/src/char_sql/char.h
@@ -6,12 +6,14 @@
#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;