summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-29 15:25:28 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-29 15:25:28 +0000
commitb3b97640f916a93e193e491b156877824649d25c (patch)
tree447317f0af98e70d0b732ac3199c572e08b9af23 /Changelog-Trunk.txt
parente855e728ca6778580a913d8046a9e8fa652fb983 (diff)
downloadhercules-b3b97640f916a93e193e491b156877824649d25c.tar.gz
hercules-b3b97640f916a93e193e491b156877824649d25c.tar.bz2
hercules-b3b97640f916a93e193e491b156877824649d25c.tar.xz
hercules-b3b97640f916a93e193e491b156877824649d25c.zip
- Cleaned up some status_get functions.
- Optimized a bit the SC_PROVOKE code (to use val3/val4) - Fixed draining when the amount drained is negative (invoke zap rather than heal) - Implemented GS_FLING as per the current skill description. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6819 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index b0c1234d5..18f1d1133 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,10 @@ 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.
2006/05/29
+ * Optimized a bit the SC_PROVOKE code (to use val3/val4) [Skotlex]
+ * Fixed draining when the amount drained is negative (invoke zap rather
+ than heal) [Skotlex]
+ * Implemented GS_FLING as per the current skill description. [Skotlex]
* Fixed pc_readparam/pc_setparam to use battle_status.hp/sp rather than
status.hp/sp, fixes scripts reading the wrong Hp/Sp values [Skotlex]
* Added some missing SC_* entries on the initial listing (potion related