summaryrefslogtreecommitdiff
path: root/src/map/send.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-10 20:30:41 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-10 20:33:26 +0300
commitebf09a72221e05de9cd60e3df806f54e29329f4c (patch)
tree5e146cc81c971d40586cf8d464844679d078c6da /src/map/send.h
parented39e0835a4afc21335bac2ab3cb8c974c371da0 (diff)
downloadevol-hercules-ebf09a72221e05de9cd60e3df806f54e29329f4c.tar.gz
evol-hercules-ebf09a72221e05de9cd60e3df806f54e29329f4c.tar.bz2
evol-hercules-ebf09a72221e05de9cd60e3df806f54e29329f4c.tar.xz
evol-hercules-ebf09a72221e05de9cd60e3df806f54e29329f4c.zip
Add support for sending group id to client.
Add permission send_gm_flag.
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 fbd93c9..e7bdd2a 100644
--- a/src/map/send.h
+++ b/src/map/send.h
@@ -15,5 +15,8 @@ void send_advmoving(struct unit_data* ud, struct block_list *tbl, enum send_targ
void send_changemusic_brodcast(const int map, const char *music);
void send_changenpc_title (struct map_session_data *sd, const int npcId, const char *name);
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);
#endif // EVOL_MAP_PC