From 33dd27e7025553d3635dc06200c1189901243ede Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 29 Nov 2014 13:32:06 +0300 Subject: map: send monster info packet. For now include monster attack range. --- src/map/send.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/send.h') diff --git a/src/map/send.h b/src/map/send.h index d79765a..05b20f1 100644 --- a/src/map/send.h +++ b/src/map/send.h @@ -10,5 +10,6 @@ void send_local_message(int fd, struct block_list* bl, const char* msg); void send_changelook(int fd, int id, int type, int val); void send_mapmask(int fd, int mask); void send_mapmask_brodcast(const int map, const int mask); +void send_mob_info(struct block_list* bl1, struct block_list* bl2, enum send_target target); #endif // EVOL_MAP_PC -- cgit v1.2.3-70-g09d2