diff options
author | panikon <panikon@zoho.com> | 2014-03-20 19:00:02 -0300 |
---|---|---|
committer | panikon <panikon@zoho.com> | 2014-03-20 19:00:02 -0300 |
commit | 0100bae77ee878e32be116bce33453b4da1b6e42 (patch) | |
tree | 21e683bde5f8b3364428a90d55f80a391b175f36 /src/map/skill.h | |
parent | a80bfc15cf01d55c556ee2924349511096bd4467 (diff) | |
download | hercules-0100bae77ee878e32be116bce33453b4da1b6e42.tar.gz hercules-0100bae77ee878e32be116bce33453b4da1b6e42.tar.bz2 hercules-0100bae77ee878e32be116bce33453b4da1b6e42.tar.xz hercules-0100bae77ee878e32be116bce33453b4da1b6e42.zip |
Fixed issue: 8047
http://hercules.ws/board/tracker/issue-8047-taekwon-stance-item/
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index 13d34d267..dda310bd4 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -1870,6 +1870,7 @@ struct skill_interface { /* whether its CAST_GROUND, CAST_DAMAGE or CAST_NODAMAGE */ int (*get_casttype) (uint16 skill_id); int (*get_casttype2) (uint16 index); + bool (*is_combo) (int skill_id); int (*name2id) (const char* name); int (*isammotype) (struct map_session_data *sd, int skill_id); int (*castend_id) (int tid, int64 tick, int id, intptr_t data); |