summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2019-05-26 07:51:34 +0100
committerHaru <haru@dotalux.com>2020-02-09 20:52:57 +0100
commit28ae3af5455447a379320a83a32658e6e2c154b3 (patch)
tree8fc7e63c89e34ebb479853a267fc462b04ed3e04 /src/map/clif.h
parent7880742956210d463ba364b88dc7ddc5ca51355c (diff)
downloadhercules-28ae3af5455447a379320a83a32658e6e2c154b3.tar.gz
hercules-28ae3af5455447a379320a83a32658e6e2c154b3.tar.bz2
hercules-28ae3af5455447a379320a83a32658e6e2c154b3.tar.xz
hercules-28ae3af5455447a379320a83a32658e6e2c154b3.zip
Add a function to send PACKET_ZC_STATE_CHANGE to a single target
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 252dfefe1..25ac65af5 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1006,6 +1006,7 @@ struct clif_interface {
/* visual effects client-side */
void (*misceffect) (struct block_list* bl,int type);
void (*changeoption) (struct block_list* bl);
+ void (*changeoption_target) (struct block_list *bl, struct block_list *target_bl, enum send_target target);
void (*changeoption2) (struct block_list* bl);
void (*emotion) (struct block_list *bl,int type);
void (*talkiebox) (struct block_list* bl, const char* talkie);