summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMatheus Macabu <mkbu95@gmail.com>2013-07-04 17:36:16 -0300
committerMatheus Macabu <mkbu95@gmail.com>2013-07-04 17:36:16 -0300
commit0f2899cf48bd4a324e92dc33dc2bc28d1edcdae3 (patch)
tree28a722e533422e2d05b662f533d311a88b4edb6a /conf
parent5b1d3c5ebcbeab9730f8f4603c769c090ca4c8d1 (diff)
downloadhercules-0f2899cf48bd4a324e92dc33dc2bc28d1edcdae3.tar.gz
hercules-0f2899cf48bd4a324e92dc33dc2bc28d1edcdae3.tar.bz2
hercules-0f2899cf48bd4a324e92dc33dc2bc28d1edcdae3.tar.xz
hercules-0f2899cf48bd4a324e92dc33dc2bc28d1edcdae3.zip
Split use_sql_db into the three available: item_db, mob_db, mob_skill_db.
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/inter-server.conf10
1 files changed, 8 insertions, 2 deletions
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