summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-01 14:40:49 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-01 14:40:49 +0000
commit11aa43448a18e4334f6ddc89711d15f73273484d (patch)
tree1c7dfa37df1c89642ca5f6f529b4f116e8435f90 /Changelog-Trunk.txt
parentb11dfba7a7ce1b7b5cfd114c066c0eb8614958c4 (diff)
downloadhercules-11aa43448a18e4334f6ddc89711d15f73273484d.tar.gz
hercules-11aa43448a18e4334f6ddc89711d15f73273484d.tar.bz2
hercules-11aa43448a18e4334f6ddc89711d15f73273484d.tar.xz
hercules-11aa43448a18e4334f6ddc89711d15f73273484d.zip
- Removed bonus 'bAspdAddRate'. bAspdRate now behaves on a stackable matter, so it's no longer needed.
- Reimplemented the bonus 'bAspd' - Renamed variable aspd_add_rate to aspd_add, since bAspdAddRate was removed, this variable now holds the absolute aspd bonuses. - Added define status_base_amotion_pc to get the base amotion value. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10107 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 2c2df8c03..d6fe0a309 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/04/02
+ * Removed bonus 'bAspdAddRate'. bAspdRate now behaves on a stackable
+ matter, so it's no longer needed.
+ * Reimplemented the bonus 'bAspd' (raw Aspd increase) [Skotlex]
2007/03/31
* Added all the missing defines for ctype.h functions and converted all
the direct uses to the defines. [FlavioJS]