summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorYommy <Yommy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-09 19:57:53 +0000
committerYommy <Yommy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-09 19:57:53 +0000
commit3afe53b2e0037df26ade1057f4e6064b90376f74 (patch)
tree002b0013a5aa8c3084622bad14b0c7368ef9f02f /src/map/clif.h
parent21495a40514791bf0c6c1e375f66bb9d49a96529 (diff)
downloadhercules-3afe53b2e0037df26ade1057f4e6064b90376f74.tar.gz
hercules-3afe53b2e0037df26ade1057f4e6064b90376f74.tar.bz2
hercules-3afe53b2e0037df26ade1057f4e6064b90376f74.tar.xz
hercules-3afe53b2e0037df26ade1057f4e6064b90376f74.zip
* Added support for packet 0x7fe which changes the bgm temporarily for a single player.
* Added 2 script commands, playBGM and playBGMall, documented use in doc/script_commands.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14335 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 61962bf99..090ed71a2 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -156,6 +156,7 @@ void clif_talkiebox(struct block_list* bl, const char* talkie);
void clif_wedding_effect(struct block_list *bl);
void clif_divorced(struct map_session_data* sd, const char* name);
//void clif_callpartner(struct map_session_data *sd);
+void clif_playBGM(struct map_session_data* sd, struct block_list* bl, const char* name);
void clif_soundeffect(struct map_session_data* sd, struct block_list* bl, const char* name, int type);
int clif_soundeffectall(struct block_list* bl, const char *name, int type, enum send_target coverage);
void clif_parse_ActionRequest_sub(struct map_session_data *sd, int action_type, int target_id, unsigned int tick);