summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-08-12 04:07:07 +0200
committerHaru <haru@dotalux.com>2015-10-22 12:47:34 +0200
commit95c3844754b1649aaa4866e1e65034ad24a1cafe (patch)
tree8146b94b7bb3f6a63c23c7ddb3d38ab7e64c4c49 /src/map/map.h
parente4c30aeb788c34865325df7189ddc21b9542e86e (diff)
downloadhercules-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 'src/map/map.h')
-rw-r--r--src/map/map.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 961a45793..974fbc4ba 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -858,16 +858,6 @@ struct map_interface {
char *MSG_CONF_NAME;
char *GRF_PATH_FILENAME;
- int db_use_sql_item_db;
- int db_use_sql_mob_db;
- int db_use_sql_mob_skill_db;
-
- char item_db_db[32];
- char item_db2_db[32];
- char mob_db_db[32];
- char mob_db2_db[32];
- char mob_skill_db_db[32];
- char mob_skill_db2_db[32];
char autotrade_merchants_db[32];
char autotrade_data_db[32];
char npc_market_data_db[32];