diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-05 21:12:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-15 20:36:14 +0300 |
commit | 45f0fd6ba65abebc1c553918bb5157458843fbfa (patch) | |
tree | 5edbc411232db93bc8f9dc45ce59e3b55b28e43c /src/map/clif.h | |
parent | 6e0ecf794b95405f70d27e676a03153fc2c2b862 (diff) | |
download | hercules-45f0fd6ba65abebc1c553918bb5157458843fbfa.tar.gz hercules-45f0fd6ba65abebc1c553918bb5157458843fbfa.tar.bz2 hercules-45f0fd6ba65abebc1c553918bb5157458843fbfa.tar.xz hercules-45f0fd6ba65abebc1c553918bb5157458843fbfa.zip |
Update packet PACKET_ZC_ACK_TOUSESKILL.
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 8439d4451..149533ab9 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -807,7 +807,7 @@ struct clif_interface { int (*insight) (struct block_list *bl,va_list ap); int (*outsight) (struct block_list *bl,va_list ap); void (*skillcastcancel) (struct block_list* bl); - void (*skill_fail) (struct map_session_data *sd, uint16 skill_id, enum useskill_fail_cause cause, int btype, int item_id); + void (*skill_fail) (struct map_session_data *sd, uint16 skill_id, enum useskill_fail_cause cause, int btype, int32 item_id); void (*skill_cooldown) (struct map_session_data *sd, uint16 skill_id, unsigned int duration); void (*skill_memomessage) (struct map_session_data* sd, int type); void (*skill_mapinfomessage) (struct map_session_data *sd, int type); |