summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-05-28 11:00:22 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-05-28 11:00:22 +0000
commit8602a7a5b540436411328c3b42bbe465defa40b7 (patch)
tree194a5fb1ce272e352163ff84e29f31694731a5e7 /Changelog-Trunk.txt
parent083e1e7f223ca36cdda5bf02940dcbb59a18c466 (diff)
downloadhercules-8602a7a5b540436411328c3b42bbe465defa40b7.tar.gz
hercules-8602a7a5b540436411328c3b42bbe465defa40b7.tar.bz2
hercules-8602a7a5b540436411328c3b42bbe465defa40b7.tar.xz
hercules-8602a7a5b540436411328c3b42bbe465defa40b7.zip
* Fixed some issues of skill condition check.
- HP is now checked at the end of cast. - Lv 6-10 StoneCurse doesn't consume gems. - Tarotcard's after-cast delay will still be applied if it fails. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13816 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 3047b08cc..d0ea50655 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,11 @@ 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/28
+ * Fixed some skill condition issues. [Inkfish]
+ - HP is now checked at the end of cast.
+ - Lv 6-10 StoneCurse doesn't consume gems.
+ - 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]
- Weapon, SP, HP and state are checked at the beginning of cast.