summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-12-02 17:31:30 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-12-02 17:31:30 +0000
commit39d1680fb34065072b5c3486ae554e9f4596caa5 (patch)
treec92bfff14b9e434bfbbc44d0cb6989ecbd945c4a /Changelog-Trunk.txt
parent4afe95f6ad237ebddbc913f9e02dd1bbd4fb28b9 (diff)
downloadhercules-39d1680fb34065072b5c3486ae554e9f4596caa5.tar.gz
hercules-39d1680fb34065072b5c3486ae554e9f4596caa5.tar.bz2
hercules-39d1680fb34065072b5c3486ae554e9f4596caa5.tar.xz
hercules-39d1680fb34065072b5c3486ae554e9f4596caa5.zip
Added skill ALL_WEWISH. This skill in older clients plays a song, however in current clients it does not. The effect (AL_ANGELUS) still shows.
Added ALL_WEWISH to the skill databases, and enabled the Christmas Musicbox item. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14182 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index fa5daf7e2..51e561c78 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,10 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2009/12/02
- * Autobonus code cleanups. [Inkfish]
- - introduced a global cache for autobonus scripts so that we don't have to allocate and deallocate scripts everytime invoking status_calc_bl.
- - removed the 'script_parsed' flag to fix the issues with combo items.
- - fixed such script commands as 'getrefine()' not working inside autobonus scripts.
+ * Rev. 14182 Added skill ALL_WEWISH. This skill in older clients plays a song, however in current clients it does not. The effect (AL_ANGELUS) still shows. [L0ne_W0lf]
2009/11/26
* Moved log_sql_init() call up in map-server-init to after after map_sql_init() call to prevent unnecessary processing before a potential quit. [Paradox924X]
* NPC event code cleanups. [Inkfish]