diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-20 10:23:49 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-20 10:23:49 +0000 |
commit | b6ea55b755afff6cd8353896353272563498bfe2 (patch) | |
tree | a97cc0873d0bff74f1cbd890b007410fbae949bb /Changelog-Trunk.txt | |
parent | c9061fad42f586fae9d9e5598d0bb050f4e38f73 (diff) | |
download | hercules-b6ea55b755afff6cd8353896353272563498bfe2.tar.gz hercules-b6ea55b755afff6cd8353896353272563498bfe2.tar.bz2 hercules-b6ea55b755afff6cd8353896353272563498bfe2.tar.xz hercules-b6ea55b755afff6cd8353896353272563498bfe2.zip |
- Fixed Chase Walk having a deactivation cast time (should be instant)
- Changed status calc to allow value 0 stats; aegis allows negative values, but eA is unsigned in this regard, so ...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10589 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 adff332d8..1260b3f70 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/05/20 + * Fixed Chase Walk having a deactivation cast time (should be instant) + * Changed status calc to allow value 0 stats; aegis allows + negative values, but eA is unsigned in this regard, so ... * Added positional music effect to Battle Chant / Gospel - see r10588 on how to disable it if it annoys you ^^; 2007/05/19 |