summaryrefslogtreecommitdiff
path: root/src/map/send.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-20 16:38:41 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-20 16:38:41 +0300
commit8cc96fc6a97376a020b31fbb16196e3476f79ec5 (patch)
tree71e4c8dc49db7642df43ba68bcf1732643c46c4e /src/map/send.h
parent428c65b5c8d000d1cf3b3540de5bd91124c76113 (diff)
downloadevol-hercules-8cc96fc6a97376a020b31fbb16196e3476f79ec5.tar.gz
evol-hercules-8cc96fc6a97376a020b31fbb16196e3476f79ec5.tar.bz2
evol-hercules-8cc96fc6a97376a020b31fbb16196e3476f79ec5.tar.xz
evol-hercules-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.h3
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