diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-04-11 23:52:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-05-05 22:22:04 +0300 |
commit | 11634d3c6e9a58e77e8f5bd37b801c944a674242 (patch) | |
tree | 132ce8147e42953aa294163f570ae03d71ba5dc1 /src/map/clif.h | |
parent | 811840a6fe68c2ffc68359e751f214f293efc0f6 (diff) | |
download | hercules-11634d3c6e9a58e77e8f5bd37b801c944a674242.tar.gz hercules-11634d3c6e9a58e77e8f5bd37b801c944a674242.tar.bz2 hercules-11634d3c6e9a58e77e8f5bd37b801c944a674242.tar.xz hercules-11634d3c6e9a58e77e8f5bd37b801c944a674242.zip |
Add function clif_send_selforarea for send packet to self or area
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 8d6103382..9b43f4b36 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -1602,6 +1602,7 @@ struct clif_interface { int (*pingTimerSub) (struct map_session_data *sd, va_list ap); void (*pResetCooldown) (int fd, struct map_session_data *sd); void (*loadConfirm) (struct map_session_data *sd); + void (*send_selforarea) (int fd, struct block_list *bl, const void *buf, int len); }; #ifdef HERCULES_CORE |