diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 617d1d19a..916d0780a 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4967,8 +4967,17 @@ item_db: ( AegisName: "DiamondPowder" Name: "Diamond Powder" Type: "IT_ETC" - Buy: 7000 - Sell: 700 + Buy: 8000 + Sell: 800 + Weight: 12 +}, +{ + Id: 861 + AegisName: "SapphirePowder" + Name: "Sapphire Powder" + Type: "IT_ETC" + Buy: 12500 + Sell: 1250 Weight: 12 }, { |