summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-11 21:53:59 +0100
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-14 22:35:09 +0100
commit4470161450c46a8cb52cb095577b43f2b6e29e5a (patch)
tree287c972b14d1c667ad33704b6f476f5b797880c8 /src/map/skill.h
parent017b07dab50b4cbd84d20bd3003a3bd9939e20c7 (diff)
downloadhercules-4470161450c46a8cb52cb095577b43f2b6e29e5a.tar.gz
hercules-4470161450c46a8cb52cb095577b43f2b6e29e5a.tar.bz2
hercules-4470161450c46a8cb52cb095577b43f2b6e29e5a.tar.xz
hercules-4470161450c46a8cb52cb095577b43f2b6e29e5a.zip
Add skill_validate_autocast_data() function
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
index b241e0498..731044876 100644
--- a/src/map/skill.h
+++ b/src/map/skill.h
@@ -2055,6 +2055,7 @@ struct skill_interface {
int (*not_ok_hom) (uint16 skill_id, struct homun_data *hd);
int (*not_ok_hom_unknown) (uint16 skill_id, struct homun_data *hd);
int (*not_ok_mercenary) (uint16 skill_id, struct mercenary_data *md);
+ void (*validate_autocast_data) (struct map_session_data *sd, int skill_id, int skill_lv);
int (*chastle_mob_changetarget) (struct block_list *bl,va_list ap);
int (*can_produce_mix) ( struct map_session_data *sd, int nameid, int trigger, int qty);
int (*produce_mix) ( struct map_session_data *sd, uint16 skill_id, int nameid, int slot1, int slot2, int slot3, int qty );