summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-01-13 18:13:26 +0100
committerHaru <haru@dotalux.com>2014-01-13 18:16:22 +0100
commitca68ff4996200ab7fa8905374175ac3fa93bf46e (patch)
tree7ba806353cd831922af7cbaf1657f621b9fa1cec /conf
parentb37691acc264ad6a897cbeb5441738bd9d1495eb (diff)
downloadhercules-ca68ff4996200ab7fa8905374175ac3fa93bf46e.tar.gz
hercules-ca68ff4996200ab7fa8905374175ac3fa93bf46e.tar.bz2
hercules-ca68ff4996200ab7fa8905374175ac3fa93bf46e.tar.xz
hercules-ca68ff4996200ab7fa8905374175ac3fa93bf46e.zip
Updated SQL mob database (re and pre-re)
- Special thanks to Emistry for reminding us. - Added a comment to inter-server.conf to discourage relying on those sql databases for scopes other than control panels and such, unless you really know what you're doing. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/inter-server.conf17
1 files changed, 14 insertions, 3 deletions
diff --git a/conf/inter-server.conf b/conf/inter-server.conf
index 96d43973b..a3acad9f5 100644
--- a/conf/inter-server.conf
+++ b/conf/inter-server.conf
@@ -128,13 +128,24 @@ mapreg_db: mapreg
autotrade_merchants_db: autotrade_merchants
autotrade_data_db: autotrade_data
-// Use SQL for item_db?
+// == SQL item, mob, mob skill databases
+// =====================================
+// Note: the following databases may get out of date at times, or not be
+// thoroughly tested (if at all, since they're auto-generated). As such it is
+// not advisable to rely on them other than for informative reasons (Control
+// Panels, websites, etc.)
+// Unless you know what you're doing, please consider using their txt version.
+// Note2: It is perfectly legit (and recommended) to use txt databases in
+// Hercules, while still loading the SQL tables we provide to be used
+// exclusively by your Control Panel or Website.
+
+// Use SQL for item_db? (not recommended)
use_sql_item_db: no
-// Use SQL for mob_db?
+// Use SQL for mob_db? (not recommended)
use_sql_mob_db: no
-// Use SQL for mob_skill_db?
+// Use SQL for mob_skill_db? (not recommended)
use_sql_mob_skill_db: no
import: conf/import/inter_conf.txt