diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-13 10:50:37 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-13 10:50:37 +0000 |
commit | 2ab8c13eaedb8c6d8549da3e6b0692027b1fb537 (patch) | |
tree | 6ea6aee587390d8d2cfd7127aece2a25bd04a16c /Changelog-Trunk.txt | |
parent | b776775b6a6407f2f09953bc0d3fc2288d09c953 (diff) | |
download | hercules-2ab8c13eaedb8c6d8549da3e6b0692027b1fb537.tar.gz hercules-2ab8c13eaedb8c6d8549da3e6b0692027b1fb537.tar.bz2 hercules-2ab8c13eaedb8c6d8549da3e6b0692027b1fb537.tar.xz hercules-2ab8c13eaedb8c6d8549da3e6b0692027b1fb537.zip |
- Again modified the delayfix function to reflect the current skill delay knowledge. Skills with 0 delay use amotion always (regardless of cast times)
- Renamed the config default_skill_delay to default_walk_delay as that is the only thing it does now.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11446 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 65bcc769f..b3748214b 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,10 @@ 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. +2007/10/13 + * Again modified the delayfix function to reflect the current skill delay + knowledge. Skills with 0 delay use amotion always (regardless of cast + times) [Skotlex] 2007/10/12 * Further updates to skill_delayfix function [Playtester] - aftercast delay can never be lower than amotion |