From 773149f384fdb7bce399fbd7b5e7379d029dc60b Mon Sep 17 00:00:00 2001 From: flaviojs Date: Thu, 16 Jun 2011 14:02:37 +0000 Subject: Fixed char-converter not being able to compile due to both char.h being included. (caused by last commit) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14852 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char/char.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/char/char.h') diff --git a/src/char/char.h b/src/char/char.h index f865722ba..bb1a530f0 100644 --- a/src/char/char.h +++ b/src/char/char.h @@ -7,12 +7,14 @@ #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 -- cgit v1.2.3-60-g2f50