summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-12-01 20:03:46 +0300
committerAndrei Karas <akaras@inbox.ru>2018-12-12 23:24:46 +0300
commitd50e10c533cb43d94abf27c7fbb8b5e6c73ce01f (patch)
tree3943e7cd5ea6c528726430df2295ebd90399aa1c /src/map/clif.h
parent22c267cd1256902d24417cbc0cd5689bc7bad60d (diff)
downloadhercules-d50e10c533cb43d94abf27c7fbb8b5e6c73ce01f.tar.gz
hercules-d50e10c533cb43d94abf27c7fbb8b5e6c73ce01f.tar.bz2
hercules-d50e10c533cb43d94abf27c7fbb8b5e6c73ce01f.tar.xz
hercules-d50e10c533cb43d94abf27c7fbb8b5e6c73ce01f.zip
Add packet CZ_STOP_USE_SKILL
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index faf752528..147dcfee3 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1293,6 +1293,7 @@ struct clif_interface {
void (*useSkillToIdReal) (int fd, struct map_session_data *sd, int skill_id, int skill_lv, int target_id);
void (*pUseSkillToId) (int fd, struct map_session_data *sd);
void (*pStartUseSkillToId) (int fd, struct map_session_data *sd);
+ void (*pStopUseSkillToId) (int fd, struct map_session_data *sd);
void (*pUseSkillToId_homun) (struct homun_data *hd, struct map_session_data *sd, int64 tick, uint16 skill_id, uint16 skill_lv, int target_id);
void (*pUseSkillToId_mercenary) (struct mercenary_data *md, struct map_session_data *sd, int64 tick, uint16 skill_id, uint16 skill_lv, int target_id);
void (*pUseSkillToPos) (int fd, struct map_session_data *sd);