diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-14 17:35:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-14 17:35:23 -0300 |
commit | e356ef5e200896fbf74803618c5add7dca8b18ce (patch) | |
tree | 80c4580821d5ba06cd07784b98dae908686b09b2 | |
parent | 4ed8203bec80723358f5ddba502fe993fe49e796 (diff) | |
download | serverdata-e356ef5e200896fbf74803618c5add7dca8b18ce.tar.gz serverdata-e356ef5e200896fbf74803618c5add7dca8b18ce.tar.bz2 serverdata-e356ef5e200896fbf74803618c5add7dca8b18ce.tar.xz serverdata-e356ef5e200896fbf74803618c5add7dca8b18ce.zip |
Lower Crafty wings sell price in 20 Gp each.
This means Crafty (money farming for Lv 80+) will be the new GP farm group.
Dragons are at 18k, and they'll take the 25k group. I reserve the right to add
a new GP farming group in the region where the Moubootaur resides.
-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 ff27d6da2..b72542c89 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3742,7 +3742,7 @@ item_db: ( Name: "Left Crafty Wing" Type: "IT_ETC" Buy: 10000 - Sell: 540 + Sell: 520 Weight: 35 Refine: false ViewSprite: 719 @@ -3764,7 +3764,7 @@ item_db: ( Name: "Right Crafty Wing" Type: "IT_ETC" Buy: 10000 - Sell: 540 + Sell: 520 Weight: 35 Refine: false ViewSprite: 721 |