diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-29 13:32:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-29 13:32:06 +0300 |
commit | 33dd27e7025553d3635dc06200c1189901243ede (patch) | |
tree | faf8038ddcea8f5f634dfb5922141a66f4819e32 /src/map/clif.h | |
parent | f7557fca587fac9d7bb410dba724e2c53f3c831a (diff) | |
download | evol-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/clif.h')
-rw-r--r-- | src/map/clif.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 0699601..3b28390 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -17,5 +17,7 @@ int eclif_send_actual(int *fd, void *buf, int *len); void eclif_authok_post(struct map_session_data *sd); void eclif_changemap_post(struct map_session_data *sd, short *m, int *x, int *y); +void eclif_set_unit_idle_post(struct block_list* bl, struct map_session_data *tsd, + enum send_target *target); #endif // EVOL_MAP_CLIF |