- Fixed a compile error, blame goes to r15245 (ea:15040).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15246 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
brianluau 2011-12-24 14:39:50 +00:00
parent 9085803c84
commit 377a87174b

View File

@ -67,7 +67,7 @@ int log_config_read(char *cfgName);
extern struct Log_Config
{
enum log_what enable_logs;
enum e_log_pick_type enable_logs;
int filter;
bool sql_logs;
bool log_chat_woe_disable;