diff options
Diffstat (limited to 'src/map/log.h')
-rw-r--r-- | src/map/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/log.h b/src/map/log.h index 9886329da..1c72d3f96 100644 --- a/src/map/log.h +++ b/src/map/log.h @@ -26,6 +26,7 @@ int log_config_read(char *cfgName); extern struct Log_Config { int enable_logs; int sql_logs; + int what_items_log,price_items_log,amount_items_log; int branch, drop, mvpdrop, present, produce, refine, trade, vend, zeny, gm, npc; char log_branch[32], log_drop[32], log_mvpdrop[32], log_present[32], log_produce[32], log_refine[32], log_trade[32], log_vend[32], log_gm[32], log_npc[32]; char log_branch_db[32], log_drop_db[32], log_mvpdrop_db[32], log_present_db[32], log_produce_db[32], log_refine_db[32], log_trade_db[32], log_vend_db[32], log_gm_db[32], log_npc_db[32]; |