diff options
author | Haru <haru@dotalux.com> | 2015-08-12 04:07:07 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-10-22 12:47:34 +0200 |
commit | 95c3844754b1649aaa4866e1e65034ad24a1cafe (patch) | |
tree | 8146b94b7bb3f6a63c23c7ddb3d38ab7e64c4c49 /conf | |
parent | e4c30aeb788c34865325df7189ddc21b9542e86e (diff) | |
download | hercules-95c3844754b1649aaa4866e1e65034ad24a1cafe.tar.gz hercules-95c3844754b1649aaa4866e1e65034ad24a1cafe.tar.bz2 hercules-95c3844754b1649aaa4866e1e65034ad24a1cafe.tar.xz hercules-95c3844754b1649aaa4866e1e65034ad24a1cafe.zip |
Removed support for the deprecated SQL item, mob, mob_skill databases.
Follow-up to 84e02ac28fbb15c58d0a0f8a916b49663198b05b
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/inter-server.conf | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/conf/inter-server.conf b/conf/inter-server.conf index c3ad8d676..704d5fc12 100644 --- a/conf/inter-server.conf +++ b/conf/inter-server.conf @@ -117,35 +117,9 @@ char_reg_str_db: char_reg_str_db char_reg_num_db: char_reg_num_db // Map Database Tables -item_db_db: item_db -item_db2_db: item_db2 -mob_db_db: mob_db -mob_db2_db: mob_db2 -mob_skill_db_db: mob_skill_db -mob_skill_db2_db: mob_skill_db2 mapreg_db: mapreg autotrade_merchants_db: autotrade_merchants autotrade_data_db: autotrade_data npc_market_data_db: npc_market_data -// == 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? (deprecated) -//use_sql_item_db: no - -// Use SQL for mob_db? (deprecated) -//use_sql_mob_db: no - -// Use SQL for mob_skill_db? (deprecated) -//use_sql_mob_skill_db: no - import: conf/import/inter_conf.txt |