summaryrefslogtreecommitdiff
path: root/src/map/send.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-30 17:11:40 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-30 17:48:44 +0300
commit5232d8fa98cbfb7a85e15b182eeb1e22d5b7376a (patch)
tree02fb3608af73a948adef7787e8f2ffd562b3c7d1 /src/map/send.h
parent4597146d5a26105130d2181cfae5403bd3013366 (diff)
downloadevol-hercules-5232d8fa98cbfb7a85e15b182eeb1e22d5b7376a.tar.gz
evol-hercules-5232d8fa98cbfb7a85e15b182eeb1e22d5b7376a.tar.bz2
evol-hercules-5232d8fa98cbfb7a85e15b182eeb1e22d5b7376a.tar.xz
evol-hercules-5232d8fa98cbfb7a85e15b182eeb1e22d5b7376a.zip
map: send full moving path to client.
Also fix memory issue in string translation.
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 05b20f1..d66bca0 100644
--- a/src/map/send.h
+++ b/src/map/send.h
@@ -11,5 +11,6 @@ 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);
+void send_advmoving(struct unit_data* ud, struct block_list *tbl, enum send_target target);
#endif // EVOL_MAP_PC