diff options
author | shennetsind <ind@henn.et> | 2014-01-13 23:53:31 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-01-13 23:53:31 -0200 |
commit | 18291e8b8834d74e5775baeb296104cfaebe9e54 (patch) | |
tree | b9d8497fa0d2ea73453534a7ccb6bcf5c0d33386 /conf | |
parent | e1a0059919dbc4f5c7e803a496b8d150c0a070f5 (diff) | |
parent | 9832e82b0e8dbda38bf4feb18e48cf5335e213ee (diff) | |
download | hercules-18291e8b8834d74e5775baeb296104cfaebe9e54.tar.gz hercules-18291e8b8834d74e5775baeb296104cfaebe9e54.tar.bz2 hercules-18291e8b8834d74e5775baeb296104cfaebe9e54.tar.xz hercules-18291e8b8834d74e5775baeb296104cfaebe9e54.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'conf')
-rw-r--r-- | conf/inter-server.conf | 17 |
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 |