diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-29 02:25:38 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-29 02:25:38 +0000 |
commit | dfc20678b4af7bd709713134eded1e34a66eef7d (patch) | |
tree | 3c7e64a14a2eb56687fd9524324122790733f48a /Changelog-Trunk.txt | |
parent | 6e68e6a11c4f48ac3276b9b6b744a3afe156904e (diff) | |
download | hercules-dfc20678b4af7bd709713134eded1e34a66eef7d.tar.gz hercules-dfc20678b4af7bd709713134eded1e34a66eef7d.tar.bz2 hercules-dfc20678b4af7bd709713134eded1e34a66eef7d.tar.xz hercules-dfc20678b4af7bd709713134eded1e34a66eef7d.zip |
* Some more fixes to skill condition issues.
- Fixed skills fail when MAX_INVENTORY reached. (bugreport:3139)
- Fixed spiritballs not being removed correctly in some situation.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13818 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index d0ea50655..5ffc34fe5 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,10 +3,14 @@ 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. +09/05/29 + * Some more fixes to skill condition issues. [Inkfish] + - Fixed skills fail when MAX_INVENTORY reached. + - Fixed spiritballs not being removed correctly in some situation. 09/05/28 * Fixed some skill condition issues. [Inkfish] - HP is now checked at the end of cast. - - Lv 6-10 StoneCurse doesn't consume gems. + - Lv 6-10 StoneCurse doesn't consume gems when it fails. - Tarotcard's aftercast delay will still be applied if it fails. 09/05/26 * skill_check_condition clean up (bugreport:2770, bugreport:2957, bugreport:3010) [Inkfish] |