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 /src/map/itemdb.h | |
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 'src/map/itemdb.h')
-rw-r--r-- | src/map/itemdb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h index 64b800b87..7b35e1ae1 100644 --- a/src/map/itemdb.h +++ b/src/map/itemdb.h @@ -10,7 +10,6 @@ #include "common/conf.h" #include "common/db.h" #include "common/mmo.h" // ITEM_NAME_LENGTH -#include "common/sql.h" struct script_code; struct hplugin_data_store; @@ -602,10 +601,8 @@ struct itemdb_interface { int (*gendercheck) (struct item_data *id); int (*validate_entry) (struct item_data *entry, int n, const char *source); void (*readdb_additional_fields) (int itemid, config_setting_t *it, int n, const char *source); - int (*readdb_sql_sub) (Sql *handle, int n, const char *source); int (*readdb_libconfig_sub) (config_setting_t *it, int n, const char *source); int (*readdb_libconfig) (const char *filename); - int (*readdb_sql) (const char *tablename); uint64 (*unique_id) (struct map_session_data *sd); void (*read) (bool minimal); void (*destroy_item_data) (struct item_data *self, int free_self); |