diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-30 18:30:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-30 18:30:50 +0300 |
commit | 21ec9caab9010b3109050dd891228c191e2b0dd0 (patch) | |
tree | a2aea1f87a6e9405922b3357273fd342d41c9385 /src/map/send.h | |
parent | 5232d8fa98cbfb7a85e15b182eeb1e22d5b7376a (diff) | |
download | plugin-21ec9caab9010b3109050dd891228c191e2b0dd0.tar.gz plugin-21ec9caab9010b3109050dd891228c191e2b0dd0.tar.bz2 plugin-21ec9caab9010b3109050dd891228c191e2b0dd0.tar.xz plugin-21ec9caab9010b3109050dd891228c191e2b0dd0.zip |
Add script command for change music.
New script command: changemusic mapname, music
Diffstat (limited to 'src/map/send.h')
-rw-r--r-- | src/map/send.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/send.h b/src/map/send.h index d66bca0..438347a 100644 --- a/src/map/send.h +++ b/src/map/send.h @@ -12,5 +12,6 @@ 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); +void send_changemusic_brodcast(const int map, const char *music); #endif // EVOL_MAP_PC |