diff options
author | Asheraf <acheraf1998@gmail.com> | 2018-05-26 23:42:02 +0000 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-06-30 00:43:06 +0100 |
commit | dff7e258eb1e4eefc5d455212a912fe454b7d3d3 (patch) | |
tree | 23b057fee0bb2b53bc688f7adefa91ef35a297cc /src/map/clif.h | |
parent | 8ea98a7ff92e0f34f323342b1d69da42d92f39ae (diff) | |
download | hercules-dff7e258eb1e4eefc5d455212a912fe454b7d3d3.tar.gz hercules-dff7e258eb1e4eefc5d455212a912fe454b7d3d3.tar.bz2 hercules-dff7e258eb1e4eefc5d455212a912fe454b7d3d3.tar.xz hercules-dff7e258eb1e4eefc5d455212a912fe454b7d3d3.zip |
add support for send target in unittalk
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 6c07998d5..1dffc2711 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -939,7 +939,7 @@ struct clif_interface { void (*broadcast2) (struct block_list *bl, const char *mes, int len, unsigned int fontColor, short fontType, short fontSize, short fontAlign, short fontY, enum send_target target); void (*messagecolor_self) (int fd, uint32 color, const char *msg); void (*messagecolor) (struct block_list* bl, uint32 color, const char* msg); - void (*disp_overhead) (struct block_list *bl, const char* mes); + void (*disp_overhead) (struct block_list *bl, const char *mes, enum send_target target, struct block_list *target_bl); void (*notify_playerchat) (struct block_list *bl, const char *mes); void (*msgtable) (struct map_session_data* sd, enum clif_messages msg_id); void (*msgtable_num) (struct map_session_data *sd, enum clif_messages msg_id, int value); |