summaryrefslogtreecommitdiff
path: root/src/map/mob.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/mob.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/mob.h')
-rw-r--r--src/map/mob.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/mob.h b/src/map/mob.h
index cc81c2fc3..f7e071261 100644
--- a/src/map/mob.h
+++ b/src/map/mob.h
@@ -380,7 +380,6 @@ struct mob_interface {
void (*readchatdb) (void);
bool (*parse_row_mobskilldb) (char **str, int columns, int current);
void (*readskilldb) (void);
- int (*read_sqlskilldb) (void);
bool (*readdb_race2) (char *fields[], int columns, int current);
bool (*readdb_itemratio) (char *str[], int columns, int current);
void (*load) (bool minimal);