diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-21 00:36:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-21 00:36:00 -0300 |
commit | 10f0df6487aaf5b0537c89afa0dd3488d80c1584 (patch) | |
tree | 251bfe476455101abecc056b4475c2b113b830b0 /db | |
parent | b903a392f1d7bfc879bd9c9c29bea0c8f9162d3a (diff) | |
download | serverdata-10f0df6487aaf5b0537c89afa0dd3488d80c1584.tar.gz serverdata-10f0df6487aaf5b0537c89afa0dd3488d80c1584.tar.bz2 serverdata-10f0df6487aaf5b0537c89afa0dd3488d80c1584.tar.xz serverdata-10f0df6487aaf5b0537c89afa0dd3488d80c1584.zip |
Fine tune bat sell prices
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 6 | ||||
-rw-r--r-- | db/re/mob_db.conf | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index ee688a980..1ebcc0918 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3100,8 +3100,8 @@ item_db: ( AegisName: "BatTeeth" Name: "Bat Teeth" Type: "IT_ETC" - Buy: 10 - Sell: 4 + Buy: 50 + Sell: 10 Weight: 3 Refine: false ViewSprite: 720 @@ -3385,7 +3385,7 @@ item_db: ( Name: "Bat Wing" Type: "IT_ETC" Buy: 50 - Sell: 11 + Sell: 10 Weight: 10 Refine: false ViewSprite: 746 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index df967b333..78dcd2677 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1360,7 +1360,7 @@ mob_db: ( { Id: 1039 SpriteName: "Bat" - Name: "Bat" + Name: "Cavern Bat" Lv: 14 Hp: 1682 Sp: 0 |