diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-25 13:24:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-25 13:24:04 -0300 |
commit | 7991c7c91af27fdd65913695b285ee7c422d3665 (patch) | |
tree | 67cb04a0e3bc92c6b920c740302f753ee49b37ba /src/emap/init.c | |
parent | faa48875eae1c360fd00a187787bb07ccbe400f4 (diff) | |
download | evol-hercules-7991c7c91af27fdd65913695b285ee7c422d3665.tar.gz evol-hercules-7991c7c91af27fdd65913695b285ee7c422d3665.tar.bz2 evol-hercules-7991c7c91af27fdd65913695b285ee7c422d3665.tar.xz evol-hercules-7991c7c91af27fdd65913695b285ee7c422d3665.zip |
ChangePlayerMusic()
Diffstat (limited to 'src/emap/init.c')
-rw-r--r-- | src/emap/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/init.c b/src/emap/init.c index b469281..dcb046b 100644 --- a/src/emap/init.c +++ b/src/emap/init.c @@ -167,6 +167,7 @@ HPExport void plugin_init (void) addScriptCommand("setavataraction", "i", setAvatarAction); addScriptCommand("clear", "", clear); addScriptCommand("changemusic", "ss", changeMusic); + addScriptCommand("changeplayermusic", "s", changePlayerMusic); addScriptCommand("setnpcdialogtitle", "s", setNpcDialogTitle); addScriptCommand("getmapname", "", getMapName); addScriptCommand("unequipbyid", "i", unequipById); |