diff options
author | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-24 21:47:44 +0000 |
---|---|---|
committer | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-24 21:47:44 +0000 |
commit | 2520c06f4984e7fd3d98bc5320328fb638dc7117 (patch) | |
tree | 96cacd070ebf090ba2f79fc4bda9dfedb031de04 /src/map/log.h | |
parent | 3ba20d9e938ca6af6482160923c36030bb2fb894 (diff) | |
download | hercules-2520c06f4984e7fd3d98bc5320328fb638dc7117.tar.gz hercules-2520c06f4984e7fd3d98bc5320328fb638dc7117.tar.bz2 hercules-2520c06f4984e7fd3d98bc5320328fb638dc7117.tar.xz hercules-2520c06f4984e7fd3d98bc5320328fb638dc7117.zip |
* Merged changes up to eAthena 15042.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15253 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/log.h')
-rw-r--r-- | src/map/log.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/log.h b/src/map/log.h index 25a5ebf24..f52a386f5 100644 --- a/src/map/log.h +++ b/src/map/log.h @@ -73,9 +73,8 @@ extern struct Log_Config bool sql_logs; bool log_chat_woe_disable; int rare_items_log,refine_items_log,price_items_log,amount_items_log; //for filter - int branch, drop, mvpdrop, zeny, gm, npc, chat; + int branch, mvpdrop, zeny, gm, npc, chat; char log_branch[64], log_pick[64], log_zeny[64], log_mvpdrop[64], log_gm[64], log_npc[64], log_chat[64]; - char log_branch_db[32], log_pick_db[32], log_zeny_db[32], log_mvpdrop_db[32], log_gm_db[32], log_npc_db[32], log_chat_db[32]; } log_config; |