diff options
author | Yommy <Yommy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-09 19:57:53 +0000 |
---|---|---|
committer | Yommy <Yommy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-09 19:57:53 +0000 |
commit | 3afe53b2e0037df26ade1057f4e6064b90376f74 (patch) | |
tree | 002b0013a5aa8c3084622bad14b0c7368ef9f02f /Changelog-Trunk.txt | |
parent | 21495a40514791bf0c6c1e375f66bb9d49a96529 (diff) | |
download | hercules-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 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 27b01379a..20a2bb91d 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,9 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2010/06/09 + * Added support for packet 0x7fe which changes the bgm temporarily for a single player [Rikter/Yommy] + * Added 2 script commands, playBGM and playBGMall, documented use in doc/script_commands.txt [Rikter/Yommy] 2010/06/01 * Rev. 14329 Corrected warnings (and errors on some compilers) from r14327. [L0ne_W0lf] * Rev. 14327 Implemented the Manuk and Splendide item status effects, thanks to Epoque. [L0ne_W0lf] |