From e6276c539a165616071dc46355a9579d4a7ae647 Mon Sep 17 00:00:00 2001 From: ultramage Date: Tue, 15 Apr 2008 13:49:40 +0000 Subject: * Corrected some invalid syntax in skill_db.txt (wrong usage of commas) * Renamed BA_FROSTJOKE to BA_FROSTJOKER (aegis server-side name) * Implemented a generic framework for parsing delimited db files (allows specifying min/max column ranges and max number of rows to read) * Corrected a typo in quest_update_objective() * Cleaned up pc.c a bit git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12599 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf/log_athena.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/log_athena.conf') diff --git a/conf/log_athena.conf b/conf/log_athena.conf index ccad43221..b75f1b363 100644 --- a/conf/log_athena.conf +++ b/conf/log_athena.conf @@ -54,7 +54,7 @@ refine_items_log: 5 // Log Items whith min drop rate <= rare_items_log // 1 = 0.01%, 100 = 1% drop chance, etc rare_items_log: 100 -// don't log it if the current item price < price_items_log +// don't log it if the current item buy price < price_items_log price_items_log: 1000 // don't log it if the current item amount < amount_items_log amount_items_log: 100 @@ -121,7 +121,7 @@ log_chat_db: chatlog // Dead Branch Log File log_branch_file: log/branchlog.log -// Drops & Pickups Log File +// Drops & Pickups Log File log_pick_file: log/picklog.log // Zeny Log File -- cgit v1.2.3-60-g2f50