diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-31 16:00:38 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-31 16:00:38 +0000 |
commit | b3ff9c7c452aebec22005b2a3aa1e1d4e25ecf38 (patch) | |
tree | 28ec1c34dc97caa60bb9fe3cb1238a2ff705e807 /Changelog-Trunk.txt | |
parent | b0537d509c8aa299147b1c4342ff33c8626c56ed (diff) | |
download | hercules-b3ff9c7c452aebec22005b2a3aa1e1d4e25ecf38.tar.gz hercules-b3ff9c7c452aebec22005b2a3aa1e1d4e25ecf38.tar.bz2 hercules-b3ff9c7c452aebec22005b2a3aa1e1d4e25ecf38.tar.xz hercules-b3ff9c7c452aebec22005b2a3aa1e1d4e25ecf38.zip |
- Changed the variable message in parsing normal text from unsigned char to char (should shut up some compiler warnings)
- Added the Soul Link of Rogue speed bonus to Chase-Walk. Since there's no information of how much the bonus should be, it currently is a conservative 10%.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8007 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index f39809918..379e61332 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ 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/07/31
+ * Added the Soul Link of Rogue speed bonus to Chase-Walk. Since there's no
+ information of how much the bonus should be, it currently is a conservative
+ 10%. [Skotlex]
* Fixed a possible crash in the main script engine when restoring previous
script. [Skotlex]
* Fixed sleep.tick not being set back to 0 before resuming execution, which
|