diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-27 16:49:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-27 16:49:04 -0300 |
commit | 09683abf0b4e4726c27b44106bb97a12560c4dd0 (patch) | |
tree | 3d9965bc964445295d7fc36a98b1b03b982de52b | |
parent | 409bd2b4bf3fef6da776a53e62857ec828c241ab (diff) | |
download | serverdata-09683abf0b4e4726c27b44106bb97a12560c4dd0.tar.gz serverdata-09683abf0b4e4726c27b44106bb97a12560c4dd0.tar.bz2 serverdata-09683abf0b4e4726c27b44106bb97a12560c4dd0.tar.xz serverdata-09683abf0b4e4726c27b44106bb97a12560c4dd0.zip |
These prices for tea should work for time begin
-rw-r--r-- | db/re/item_db.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 40b00f7f2..09fbae592 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -15132,8 +15132,8 @@ item_db: ( AegisName: "OolongTea" Name: "Oolong Tea" Type: "IT_HEALING" - Buy: 600 - Sell: 150 + Buy: 800 + Sell: 200 Weight: 5 Refine: false Delay: 500 @@ -15150,8 +15150,8 @@ item_db: ( AegisName: "JasmineTea" Name: "Jasmine Tea" Type: "IT_HEALING" - Buy: 800 - Sell: 200 + Buy: 1200 + Sell: 300 Weight: 5 Refine: false Delay: 500 @@ -15169,8 +15169,8 @@ item_db: ( AegisName: "YerbaMate" Name: "Yerba Mate" Type: "IT_HEALING" - Buy: 1000 - Sell: 250 + Buy: 2000 + Sell: 500 Weight: 5 Refine: false Delay: 500 |