diff options
author | Haru <haru@dotalux.com> | 2015-07-08 15:08:09 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-08-09 21:14:02 +0200 |
commit | 84e02ac28fbb15c58d0a0f8a916b49663198b05b (patch) | |
tree | 19cf6e022ca82f02ce59b3c81e2b234f5bc9fc87 /conf/inter-server.conf | |
parent | 01a596069aadd4dd50b67ec35db4258c0f899464 (diff) | |
download | hercules-84e02ac28fbb15c58d0a0f8a916b49663198b05b.tar.gz hercules-84e02ac28fbb15c58d0a0f8a916b49663198b05b.tar.bz2 hercules-84e02ac28fbb15c58d0a0f8a916b49663198b05b.tar.xz hercules-84e02ac28fbb15c58d0a0f8a916b49663198b05b.zip |
Deprecated SQL item, monster and monster skill databases
- The files are (and will) still be included for use in Control Panels
or websites, but their use as the data source for the map server is no
longer supported. Please upgrade to their text counterparts instead.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'conf/inter-server.conf')
-rw-r--r-- | conf/inter-server.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/conf/inter-server.conf b/conf/inter-server.conf index 2bffeb1af..85acdc4df 100644 --- a/conf/inter-server.conf +++ b/conf/inter-server.conf @@ -139,13 +139,13 @@ npc_market_data_db: npc_market_data // 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 item_db? (deprecated) +//use_sql_item_db: no -// Use SQL for mob_db? (not recommended) -use_sql_mob_db: no +// Use SQL for mob_db? (deprecated) +//use_sql_mob_db: no -// Use SQL for mob_skill_db? (not recommended) -use_sql_mob_skill_db: no +// Use SQL for mob_skill_db? (deprecated) +//use_sql_mob_skill_db: no import: conf/import/inter_conf.txt |