summaryrefslogtreecommitdiff
path: root/src/map/send.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-29 13:32:06 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-29 13:32:06 +0300
commit33dd27e7025553d3635dc06200c1189901243ede (patch)
treefaf8038ddcea8f5f634dfb5922141a66f4819e32 /src/map/send.h
parentf7557fca587fac9d7bb410dba724e2c53f3c831a (diff)
downloadevol-hercules-33dd27e7025553d3635dc06200c1189901243ede.tar.gz
evol-hercules-33dd27e7025553d3635dc06200c1189901243ede.tar.bz2
evol-hercules-33dd27e7025553d3635dc06200c1189901243ede.tar.xz
evol-hercules-33dd27e7025553d3635dc06200c1189901243ede.zip
map: send monster info packet.
For now include monster attack range.
Diffstat (limited to 'src/map/send.h')
-rw-r--r--src/map/send.h1
1 files changed, 1 insertions, 0 deletions
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