summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-13 23:00:09 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-14 00:27:39 +0300
commit3630d991b0b1b2ac6beafdf8d0870375b7816f8f (patch)
treee022df04c788e538ea1cfaa3ba19951ab32b4ab7 /src/map/clif.h
parent0d5a0c3df4291f8e272c24e57a16582555506238 (diff)
downloadhercules-3630d991b0b1b2ac6beafdf8d0870375b7816f8f.tar.gz
hercules-3630d991b0b1b2ac6beafdf8d0870375b7816f8f.tar.bz2
hercules-3630d991b0b1b2ac6beafdf8d0870375b7816f8f.tar.xz
hercules-3630d991b0b1b2ac6beafdf8d0870375b7816f8f.zip
Simplify clif_skillcasting and rename to clif_useskill.
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 2e324d28c..8b75a32f3 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -825,7 +825,7 @@ struct clif_interface {
void (*skill_poseffect) (struct block_list *src, uint16 skill_id, int val, int x, int y, int64 tick);
void (*skill_estimation) (struct map_session_data *sd,struct block_list *dst);
void (*skill_warppoint) (struct map_session_data* sd, uint16 skill_id, uint16 skill_lv, unsigned short map1, unsigned short map2, unsigned short map3, unsigned short map4);
- void (*skillcasting) (struct block_list* bl, int src_id, int dst_id, int dst_x, int dst_y, uint16 skill_id, int property, int casttime);
+ void (*useskill) (struct block_list* bl, int src_id, int dst_id, int dst_x, int dst_y, uint16 skill_id, uint16 skill_lv, int casttime);
void (*produce_effect) (struct map_session_data* sd,int flag,int nameid);
void (*devotion) (struct block_list *src, struct map_session_data *tsd);
void (*spiritball) (struct block_list *bl);