diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-12 22:48:56 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-12 22:48:56 +0000 |
commit | 96dd8cdf7ac9778cbb84b7c67f65296b8f723eb5 (patch) | |
tree | 7a4d8210878c359c60f51c4882253c5565f1cff9 /Changelog-Trunk.txt | |
parent | 2b9e300e11b6b36fbbf3626b205b89e84ec4b3ee (diff) | |
download | hercules-96dd8cdf7ac9778cbb84b7c67f65296b8f723eb5.tar.gz hercules-96dd8cdf7ac9778cbb84b7c67f65296b8f723eb5.tar.bz2 hercules-96dd8cdf7ac9778cbb84b7c67f65296b8f723eb5.tar.xz hercules-96dd8cdf7ac9778cbb84b7c67f65296b8f723eb5.zip |
- cleaned up homshuffle and fixed a possible crash in it.
- Updated the skill_delayfix function to behave as recently discovered by Tharis: Skills with no delay set will use amotion ONLY if the skill was instant-casted.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11433 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 db354bb4c..f1f977491 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. 2007/10/12 + * Updated the skill_delayfix function to behave as recently discovered by + Tharis: Skills with no delay set will use amotion ONLY if the skill was + instant-casted. [Skotlex] * Fixed Bragi's aftercast delay reduction [Playtester] 2007/10/10 * Fixed itemdb_read_sqldb blowing up the server with segmentation faults. |