diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-03 07:47:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-03 07:47:21 -0300 |
commit | 03cbdaf729b58f2084433d14ffd9123abc5ce62a (patch) | |
tree | d40ac6c0432844d2f359fdc75d531672e5e9165b | |
parent | 2735871d256171288ddc0e747ac1efbfeba5b26a (diff) | |
download | serverdata-03cbdaf729b58f2084433d14ffd9123abc5ce62a.tar.gz serverdata-03cbdaf729b58f2084433d14ffd9123abc5ce62a.tar.bz2 serverdata-03cbdaf729b58f2084433d14ffd9123abc5ce62a.tar.xz serverdata-03cbdaf729b58f2084433d14ffd9123abc5ce62a.zip |
Hotfix
-rw-r--r-- | db/re/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6d9a153ac..f899627ea 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3310,7 +3310,7 @@ item_db: ( bonus bNoRegen,2; bonus bFleeRate,50; bonus bNoKnockback,1; - bonus bSpeedAddRate,-5; // 25-10 = +15% + bonus bSpeedAddRate,-5; // 25-10 = +15%. But the malus is done before... bonus bAtkRate,-100; bonus bMatkRate,-100; @@ -3348,7 +3348,7 @@ item_db: ( bonus bNoRegen,2; bonus bFleeRate,50; bonus bNoKnockback,1; - bonus bSpeedAddRate,-15; // 25-15 = +10% + bonus bSpeedAddRate,-6; // 25-15 = +10%. But the malus is done before... bonus bAtkRate,-100; bonus bMatkRate,-100; |