diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-17 22:10:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-17 22:10:05 -0300 |
commit | fde4a3955ddff423befc8ca10960d57286ca4128 (patch) | |
tree | 35de86c31abd0ea097bb53f3987874fc1bf91e02 /db/re | |
parent | 92a70b4f20d1d6c2f26f91ecca2b2a0492b4df0d (diff) | |
download | serverdata-fde4a3955ddff423befc8ca10960d57286ca4128.tar.gz serverdata-fde4a3955ddff423befc8ca10960d57286ca4128.tar.bz2 serverdata-fde4a3955ddff423befc8ca10960d57286ca4128.tar.xz serverdata-fde4a3955ddff423befc8ca10960d57286ca4128.zip |
Fix prices
Diffstat (limited to 'db/re')
-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 ba97a3d77..1b1381659 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2818,7 +2818,7 @@ item_db: ( AegisName: "Diamond" Name: "Diamond" Type: "IT_ETC" - Buy: 2000 + Buy: 4000 Sell: 1333 Weight: 20 Gender: "SEX_ANY" @@ -2836,7 +2836,7 @@ item_db: ( AegisName: "Ruby" Name: "Ruby" Type: "IT_ETC" - Buy: 1000 + Buy: 2000 Sell: 667 Weight: 20 Gender: "SEX_ANY" @@ -2854,7 +2854,7 @@ item_db: ( AegisName: "Emerald" Name: "Emerald" Type: "IT_ETC" - Buy: 1500 + Buy: 3000 Sell: 1000 Weight: 20 Gender: "SEX_ANY" @@ -2872,7 +2872,7 @@ item_db: ( AegisName: "Sapphire" Name: "Sapphire" Type: "IT_ETC" - Buy: 6000 + Buy: 12000 Sell: 4000 Weight: 20 Gender: "SEX_ANY" @@ -2890,7 +2890,7 @@ item_db: ( AegisName: "Topaz" Name: "Topaz" Type: "IT_ETC" - Buy: 1200 + Buy: 2400 Sell: 800 Weight: 20 Gender: "SEX_ANY" @@ -2908,7 +2908,7 @@ item_db: ( AegisName: "Amethyst" Name: "Amethyst" Type: "IT_ETC" - Buy: 3000 + Buy: 6000 Sell: 2000 Weight: 20 Gender: "SEX_ANY" @@ -2926,7 +2926,7 @@ item_db: ( AegisName: "BlackPearl" Name: "Black Pearl" Type: "IT_ETC" - Buy: 20000 + Buy: 21000 Sell: 7000 Weight: 200 Gender: "SEX_ANY" |