diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-28 17:55:34 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-28 17:55:34 -0200 |
commit | 879ab73690447609a96e82e3303f725752a9aa28 (patch) | |
tree | bb0e767b753d5e4e7a158f8518a33e8328f3bd29 /db/re/mob_db.conf | |
parent | b58464824d88ea9ea7d36faa42bcb579aabbd37e (diff) | |
download | serverdata-879ab73690447609a96e82e3303f725752a9aa28.tar.gz serverdata-879ab73690447609a96e82e3303f725752a9aa28.tar.bz2 serverdata-879ab73690447609a96e82e3303f725752a9aa28.tar.xz serverdata-879ab73690447609a96e82e3303f725752a9aa28.zip |
Fix some weapon ranges
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 4cfb9bb59..cdebeea34 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -7506,7 +7506,7 @@ mob_db: ( Sp: 0 Exp: 450 JExp: 60 - AttackRange: 15 + AttackRange: 13 Attack: [10, 20] Def: 80 Mdef: 40 @@ -7590,7 +7590,7 @@ mob_db: ( Sp: 0 Exp: 450 JExp: 60 - AttackRange: 15 + AttackRange: 11 Attack: [100, 200] Def: 80 Mdef: 40 |