diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-01 14:40:49 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-01 14:40:49 +0000 |
commit | 11aa43448a18e4334f6ddc89711d15f73273484d (patch) | |
tree | 1c7dfa37df1c89642ca5f6f529b4f116e8435f90 /db | |
parent | b11dfba7a7ce1b7b5cfd114c066c0eb8614958c4 (diff) | |
download | hercules-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 'db')
-rw-r--r-- | db/const.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/const.txt b/db/const.txt index 46ec509e8..6aad5661e 100644 --- a/db/const.txt +++ b/db/const.txt @@ -302,7 +302,7 @@ bIgnoreDefEle 1026 bIgnoreDefRace 1027 bAtkRate 1028 bSpeedAddRate 1029 -bAspdAddRate 1030 + bMagicAtkDef 1031 bMiscAtkDef 1032 bIgnoreMdefEle 1033 |