From 0f2899cf48bd4a324e92dc33dc2bc28d1edcdae3 Mon Sep 17 00:00:00 2001 From: Matheus Macabu Date: Thu, 4 Jul 2013 17:36:16 -0300 Subject: Split use_sql_db into the three available: item_db, mob_db, mob_skill_db. Signed-off-by: Matheus Macabu --- conf/inter-server.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/inter-server.conf b/conf/inter-server.conf index 3cf5211df..468cf5a26 100644 --- a/conf/inter-server.conf +++ b/conf/inter-server.conf @@ -119,7 +119,13 @@ mob_skill_db_db: mob_skill_db mob_skill_db2_db: mob_skill_db2 mapreg_db: mapreg -//Use SQL item_db, mob_db and mob_skill_db for the map server -use_sql_db: no +// Use SQL for item_db? +use_sql_item_db: no + +// Use SQL for mob_db? +use_sql_mob_db: no + +// Use SQL for mob_skill_db? +use_sql_mob_skill_db: no import: conf/import/inter_conf.txt -- cgit v1.2.3-60-g2f50