summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
authorpanikon <panikon@zoho.com>2014-02-19 20:24:56 -0300
committerpanikon <panikon@zoho.com>2014-02-19 20:24:56 -0300
commitd6cd24a757c7254914ef048f71aa7e9d4f493fda (patch)
tree53b779650a2821dc8bf2a9deb00d5a03890449fe /src/map/skill.h
parente6b107b80355201fa958a74860d59a5034bb839d (diff)
downloadhercules-d6cd24a757c7254914ef048f71aa7e9d4f493fda.tar.gz
hercules-d6cd24a757c7254914ef048f71aa7e9d4f493fda.tar.bz2
hercules-d6cd24a757c7254914ef048f71aa7e9d4f493fda.tar.xz
hercules-d6cd24a757c7254914ef048f71aa7e9d4f493fda.zip
Readding last merge as last revert was unintended. Sorry for the trouble.
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
index 78829f17e..13d34d267 100644
--- a/src/map/skill.h
+++ b/src/map/skill.h
@@ -2006,7 +2006,6 @@ struct skill_interface {
int (*changematerial) (struct map_session_data *sd, int n, unsigned short *item_list);
int (*get_elemental_type) (uint16 skill_id, uint16 skill_lv);
void (*cooldown_save) (struct map_session_data * sd);
- int (*maelstrom_suction) (struct block_list *bl, va_list ap);
int (*get_new_group_id) (void);
bool (*check_shadowform) (struct block_list *bl, int64 damage, int hit);
};