summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-02 17:06:16 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-02 17:06:16 +0000
commit341985a701d0155df6f69dccca969d1abccb3588 (patch)
tree90132547dd700356bff260224bdad8987ee0a1bf /Changelog-Trunk.txt
parent50e0a8275360f5c3b77e6891784b904a97169849 (diff)
downloadhercules-341985a701d0155df6f69dccca969d1abccb3588.tar.gz
hercules-341985a701d0155df6f69dccca969d1abccb3588.tar.bz2
hercules-341985a701d0155df6f69dccca969d1abccb3588.tar.xz
hercules-341985a701d0155df6f69dccca969d1abccb3588.zip
- Fixed Defender Raising Walk speed instead of diminishing it.
- Swaped val3/val4 of defender so that all walking penalty skills store said penalty in val3. - Added a check on status-change load to prevent loading speed-affecting status when their speed adjustment is 0 (prevents division by zero) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8061 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 83cfeb2d3..cca8bf10d 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/08/02
+ * Fixed Defender Raising Walk speed instead of diminishing it. [Skotlex]
+ * Added a check on status-change load to prevent loading speed-affecting
+ status when their speed adjustment is 0 (prevents division by zero)
+ [Skotlex]
* Code cleanup & optimization on guild part of char-server [Toms]
* Fixed script code data not being free'd if a player quits in the middle
of a script. [Skotlex]