diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-20 16:38:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-20 16:38:41 +0300 |
commit | 8cc96fc6a97376a020b31fbb16196e3476f79ec5 (patch) | |
tree | 71e4c8dc49db7642df43ba68bcf1732643c46c4e /src/map/send.h | |
parent | 428c65b5c8d000d1cf3b3540de5bd91124c76113 (diff) | |
download | plugin-8cc96fc6a97376a020b31fbb16196e3476f79ec5.tar.gz plugin-8cc96fc6a97376a020b31fbb16196e3476f79ec5.tar.bz2 plugin-8cc96fc6a97376a020b31fbb16196e3476f79ec5.tar.xz plugin-8cc96fc6a97376a020b31fbb16196e3476f79ec5.zip |
map: add support for sending npc activate distance to client
Diffstat (limited to 'src/map/send.h')
-rw-r--r-- | src/map/send.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/send.h b/src/map/send.h index e7bdd2a..0c6bb9c 100644 --- a/src/map/send.h +++ b/src/map/send.h @@ -18,5 +18,8 @@ void send_join_ack(int fd, const char *const name, int flag); void send_pc_info(struct block_list* bl1, struct block_list* bl2, enum send_target target); +void send_npc_info(struct block_list* bl1, + struct block_list* bl2, + enum send_target target); #endif // EVOL_MAP_PC |