diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-28 15:41:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-28 15:42:39 +0300 |
commit | 905642f167858017e1fa1582f6253da3c9a8ff97 (patch) | |
tree | 792d0cd12bab53cb03addb634ec0baa1cc2171ea /src/map/send.h | |
parent | 1ea90a6de5d0dc506b4be96ded4fe50e27df7e2b (diff) | |
download | evol-hercules-905642f167858017e1fa1582f6253da3c9a8ff97.tar.gz evol-hercules-905642f167858017e1fa1582f6253da3c9a8ff97.tar.bz2 evol-hercules-905642f167858017e1fa1582f6253da3c9a8ff97.tar.xz evol-hercules-905642f167858017e1fa1582f6253da3c9a8ff97.zip |
Send map mask to clients.
Diffstat (limited to 'src/map/send.h')
-rw-r--r-- | src/map/send.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/send.h b/src/map/send.h index afa0f3b..d79765a 100644 --- a/src/map/send.h +++ b/src/map/send.h @@ -8,5 +8,7 @@ void send_npccommand (struct map_session_data *sd, int npcId, int cmd); void send_npccommand2 (struct map_session_data *sd, int npcId, int cmd, int id, int x, int y); 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); #endif // EVOL_MAP_PC |