diff options
author | shennetsind <ind@henn.et> | 2013-11-09 17:06:59 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-09 17:06:59 -0200 |
commit | 67fdb6b740ba7f8ee155dff6135e64fd85c21728 (patch) | |
tree | 012ebc0497bc2caf317e7c79b2742862ff85bf23 /src/map/script.h | |
parent | 1be53db78a321436d0ebe6093595b769f10874b6 (diff) | |
parent | 3f77c349d076cfbc2e9bf14588dce504b949340a (diff) | |
download | hercules-67fdb6b740ba7f8ee155dff6135e64fd85c21728.tar.gz hercules-67fdb6b740ba7f8ee155dff6135e64fd85c21728.tar.bz2 hercules-67fdb6b740ba7f8ee155dff6135e64fd85c21728.tar.xz hercules-67fdb6b740ba7f8ee155dff6135e64fd85c21728.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/script.h b/src/map/script.h index a846365dd..7fa8b92e4 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -621,8 +621,8 @@ struct script_interface { int (*buildin_maprespawnguildid_sub_pc) (struct map_session_data *sd, va_list ap); int (*buildin_maprespawnguildid_sub_mob) (struct block_list *bl, va_list ap); int (*buildin_mobcount_sub) (struct block_list *bl, va_list ap); - int (*playBGM_sub) (struct block_list *bl, va_list ap); - int (*playBGM_foreachpc_sub) (struct map_session_data *sd, va_list args); + int (*playbgm_sub) (struct block_list *bl, va_list ap); + int (*playbgm_foreachpc_sub) (struct map_session_data *sd, va_list args); int (*soundeffect_sub) (struct block_list *bl, va_list ap); int (*buildin_query_sql_sub) (struct script_state *st, Sql *handle); int (*axtoi) (const char *hexStg); |