diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-03 03:24:58 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-03 03:24:58 +0000 |
commit | ae6b1fa5f282bfa9822a9a8edaa9fd2f89a3e4e8 (patch) | |
tree | 6349e6dcc9295178ee3ce4b18307e39831b15e08 /Changelog-Trunk.txt | |
parent | f02e49e2f48c7aa316bffce2ec51357e9e869b7c (diff) | |
download | hercules-ae6b1fa5f282bfa9822a9a8edaa9fd2f89a3e4e8.tar.gz hercules-ae6b1fa5f282bfa9822a9a8edaa9fd2f89a3e4e8.tar.bz2 hercules-ae6b1fa5f282bfa9822a9a8edaa9fd2f89a3e4e8.tar.xz hercules-ae6b1fa5f282bfa9822a9a8edaa9fd2f89a3e4e8.zip |
Adjusted Free Cast code so that its walk penalty gets calculated in status_calc_speed and nowhere else.
Removed aspd penalty from Free Cast since tests show it's not there, even though RO sites claim it is.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12904 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 8b4529c19..b0988cf4c 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,8 +4,11 @@ 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. 2008/07/03 + * Removed aspd penalty from Free Cast since tests show it's not there, + even though RO sites claim it is + * Adjusted Free Cast code so that its walk penalty gets calculated in + status_calc_speed and nowhere else [ultramage] * Fixes regarding bugreport:1727 (undead element/race skill behaviors) follow up on revisions r12820 r12821 and r12822 [Brainstorm] - 2008/06/24 * Rev. 12891 Increased Item group limit for new item groups. [L0ne_W0lf] 2008/06/23 |