diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-17 17:51:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-17 17:51:51 -0300 |
commit | 8cf2d4f3171922a03e0faea8304c3318b3f52716 (patch) | |
tree | 7b567b31f786d8eeef5d785aee4b41f64113753d /db | |
parent | 81112cf7ae1f105cdf97975dc9214501b1b7cee4 (diff) | |
download | serverdata-8cf2d4f3171922a03e0faea8304c3318b3f52716.tar.gz serverdata-8cf2d4f3171922a03e0faea8304c3318b3f52716.tar.bz2 serverdata-8cf2d4f3171922a03e0faea8304c3318b3f52716.tar.xz serverdata-8cf2d4f3171922a03e0faea8304c3318b3f52716.zip |
Fix bugs, scatter shirts, and the "recovery bug" was a false-positive.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 2 | ||||
-rw-r--r-- | db/re/mob_db.conf | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 9bcccdc32..f0233c866 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5069,8 +5069,6 @@ item_db: ( Buy: 200000 Sell: 18000 Weight: 2600 - Atk: 0 - Matk: -170 Def: 270 Loc: "EQP_HEAD_MID" WeaponLv: 0 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 2539c6db9..6842dcc85 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1128,7 +1128,7 @@ mob_db: ( Attack: [20, 80] Def: 10 Mdef: 300 - ViewRange: 0 + ViewRange: 4 ChaseRange: 12 Size: 0 Race: 2 |