diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-24 14:58:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-24 14:58:53 -0300 |
commit | 237ecb2a72e2620ac02c34fa2fb93b63cf541da0 (patch) | |
tree | d8f1fe3b8ba51fc3f69da294ec79f7ea16627fa7 /db | |
parent | e7f01d73b1b653d3f8d19b126ffb6e3d1f21688e (diff) | |
download | serverdata-237ecb2a72e2620ac02c34fa2fb93b63cf541da0.tar.gz serverdata-237ecb2a72e2620ac02c34fa2fb93b63cf541da0.tar.bz2 serverdata-237ecb2a72e2620ac02c34fa2fb93b63cf541da0.tar.xz serverdata-237ecb2a72e2620ac02c34fa2fb93b63cf541da0.zip |
Sanitize
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 5329cd146..bf5c283ec 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4239,7 +4239,7 @@ item_db: ( Name: "Fluo Powder" Type: "IT_ETC" Buy: 10000 - Sell: 1000 + Sell: 600 Weight: 10 Refine: false ViewSprite: 826 @@ -4566,7 +4566,7 @@ item_db: ( Name: "Diamond Powder" Type: "IT_ETC" Buy: 8000 - Sell: 800 + Sell: 80 Weight: 12 }, { @@ -4575,7 +4575,7 @@ item_db: ( Name: "Ruby Powder" Type: "IT_ETC" Buy: 5000 - Sell: 500 + Sell: 50 Weight: 12 }, { @@ -4584,7 +4584,7 @@ item_db: ( Name: "Emerald Powder" Type: "IT_ETC" Buy: 7500 - Sell: 750 + Sell: 75 Weight: 12 }, { @@ -4593,7 +4593,7 @@ item_db: ( Name: "Sapphire Powder" Type: "IT_ETC" Buy: 12500 - Sell: 1250 + Sell: 125 Weight: 12 }, { @@ -4602,7 +4602,7 @@ item_db: ( Name: "Topaz Powder" Type: "IT_ETC" Buy: 6000 - Sell: 600 + Sell: 60 Weight: 12 }, { @@ -4611,7 +4611,7 @@ item_db: ( Name: "Amethyst Powder" Type: "IT_ETC" Buy: 10000 - Sell: 1000 + Sell: 100 Weight: 12 }, { |