diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-02 11:58:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-02 11:58:22 -0300 |
commit | 609e40d5a3a2263e0a67e869fc53c2c7e5e70750 (patch) | |
tree | 2f84407576a55a38ef43ebb3d539532de97f15d8 /db/re | |
parent | 21c2d9e3ceda056ce9ff8e864bb55546fa222317 (diff) | |
download | serverdata-609e40d5a3a2263e0a67e869fc53c2c7e5e70750.tar.gz serverdata-609e40d5a3a2263e0a67e869fc53c2c7e5e70750.tar.bz2 serverdata-609e40d5a3a2263e0a67e869fc53c2c7e5e70750.tar.xz serverdata-609e40d5a3a2263e0a67e869fc53c2c7e5e70750.zip |
Lower ore weight in 50g each
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 98df61002..ce2986b5e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4824,7 +4824,7 @@ item_db: ( Type: "IT_ETC" Buy: 10000 Sell: 200 - Weight: 800 + Weight: 750 }, { Id: 843 @@ -4833,7 +4833,7 @@ item_db: ( Type: "IT_ETC" Buy: 11000 Sell: 900 - Weight: 800 + Weight: 750 }, { Id: 844 @@ -4842,7 +4842,7 @@ item_db: ( Type: "IT_ETC" Buy: 9000 Sell: 750 - Weight: 800 + Weight: 750 }, { Id: 845 @@ -4851,7 +4851,7 @@ item_db: ( Type: "IT_ETC" Buy: 10000 Sell: 500 - Weight: 800 + Weight: 750 }, { Id: 846 @@ -4860,7 +4860,7 @@ item_db: ( Type: "IT_ETC" Buy: 12500 Sell: 700 - Weight: 800 + Weight: 750 }, { Id: 847 @@ -4869,7 +4869,7 @@ item_db: ( Type: "IT_ETC" Buy: 40000 Sell: 6000 - Weight: 800 + Weight: 750 }, { Id: 848 @@ -4878,7 +4878,7 @@ item_db: ( Type: "IT_ETC" Buy: 20000 Sell: 4000 - Weight: 800 + Weight: 750 }, { Id: 849 @@ -4887,7 +4887,7 @@ item_db: ( Type: "IT_ETC" Buy: 20000 Sell: 1500 - Weight: 800 + Weight: 750 }, { Id: 850 |