diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-03-11 23:02:24 +0100 |
---|---|---|
committer | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-03-14 22:35:09 +0100 |
commit | 49d0ce1c60455e4971c7bf9c80f4b92ce49f377f (patch) | |
tree | 030b63bc9c675935aff274b71a6289b0dce0d2c8 /src/map/skill.h | |
parent | 492c7bc03c5a40957677f2d98c7d61961dfa6113 (diff) | |
download | hercules-49d0ce1c60455e4971c7bf9c80f4b92ce49f377f.tar.gz hercules-49d0ce1c60455e4971c7bf9c80f4b92ce49f377f.tar.bz2 hercules-49d0ce1c60455e4971c7bf9c80f4b92ce49f377f.tar.xz hercules-49d0ce1c60455e4971c7bf9c80f4b92ce49f377f.zip |
Remove skill_is_item_skill() function and use map_session_data->autocast.type instead
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index 731044876..65195dc75 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -2029,7 +2029,6 @@ struct skill_interface { int (*cast_fix_sc) ( struct block_list *bl, int time); int (*vf_cast_fix) ( struct block_list *bl, double time, uint16 skill_id, uint16 skill_lv); int (*delay_fix) ( struct block_list *bl, uint16 skill_id, uint16 skill_lv); - bool (*is_item_skill) (struct map_session_data *sd, int skill_id, int skill_lv); int (*check_condition_castbegin) (struct map_session_data *sd, uint16 skill_id, uint16 skill_lv); int (*check_condition_castend) (struct map_session_data *sd, uint16 skill_id, uint16 skill_lv); int (*consume_requirement) (struct map_session_data *sd, uint16 skill_id, uint16 skill_lv, short type); |