diff options
author | Asheraf <acheraf1998@gmail.com> | 2017-11-12 23:56:11 +0000 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2017-11-16 11:18:41 +0000 |
commit | a11db78940ba20570f11eda90b21028c09da03f2 (patch) | |
tree | 22d0963b31eac60bf4762dc16af5249eac3632f4 /src/map/clif.h | |
parent | 14ca1ab7a98d3c6df94b967159d4dd2df555d7e7 (diff) | |
download | hercules-a11db78940ba20570f11eda90b21028c09da03f2.tar.gz hercules-a11db78940ba20570f11eda90b21028c09da03f2.tar.bz2 hercules-a11db78940ba20570f11eda90b21028c09da03f2.tar.xz hercules-a11db78940ba20570f11eda90b21028c09da03f2.zip |
Implement skill scale packet for client versions >= 20151223.
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 851c823ea..112db3dec 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -1395,6 +1395,7 @@ struct clif_interface { void (*pRodexRequestItems) (int fd, struct map_session_data *sd); void (*rodex_request_items) (struct map_session_data *sd, int8 opentype, int64 mail_id, int8 result); void (*rodex_icon) (int fd, bool show); + void (*skill_scale) (struct block_list *bl, int src_id, int x, int y, uint16 skill_id, uint16 skill_lv, int casttime); }; #ifdef HERCULES_CORE |