diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-17 13:59:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-17 13:59:08 -0300 |
commit | 5a55d84ff1c38a26bad21e43276089dd6edc631a (patch) | |
tree | 689352d91aa969c72945b8b7675ca4887054cc8c | |
parent | 76108393abdd7ba0379cbd189f40fbe7601b4538 (diff) | |
download | serverdata-5a55d84ff1c38a26bad21e43276089dd6edc631a.tar.gz serverdata-5a55d84ff1c38a26bad21e43276089dd6edc631a.tar.bz2 serverdata-5a55d84ff1c38a26bad21e43276089dd6edc631a.tar.xz serverdata-5a55d84ff1c38a26bad21e43276089dd6edc631a.zip |
Reduce all ingots weight to 1kg
-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 023dac9e8..adcb3b9fb 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4083,7 +4083,7 @@ item_db: ( Type: "IT_ETC" Buy: 20000 Sell: 5000 - Weight: 2000 + Weight: 1000 }, { Id: 851 @@ -4092,7 +4092,7 @@ item_db: ( Type: "IT_ETC" Buy: 22000 Sell: 5800 - Weight: 2000 + Weight: 1000 }, { Id: 852 @@ -4101,7 +4101,7 @@ item_db: ( Type: "IT_ETC" Buy: 18000 Sell: 5600 - Weight: 2000 + Weight: 1000 }, { Id: 853 @@ -4110,7 +4110,7 @@ item_db: ( Type: "IT_ETC" Buy: 20000 Sell: 5200 - Weight: 2000 + Weight: 1000 }, { Id: 854 @@ -4119,7 +4119,7 @@ item_db: ( Type: "IT_ETC" Buy: 24000 Sell: 5400 - Weight: 2000 + Weight: 1000 }, { Id: 855 @@ -4128,7 +4128,7 @@ item_db: ( Type: "IT_ETC" Buy: 40000 Sell: 6400 - Weight: 2000 + Weight: 1000 }, { Id: 856 @@ -4137,7 +4137,7 @@ item_db: ( Type: "IT_ETC" Buy: 20000 Sell: 6200 - Weight: 2000 + Weight: 1000 }, { Id: 857 @@ -4146,7 +4146,7 @@ item_db: ( Type: "IT_ETC" Buy: 20000 Sell: 6000 - Weight: 2000 + Weight: 1000 }, { Id: 858 |