diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 31 |
1 files changed, 27 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1ec09db67..5477e34e1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4669,10 +4669,17 @@ item_db: ( AegisName: "BrokenMedal" Name: "Broken Medal" Type: "IT_ETC" - Buy: 10000 - Sell: 1000 - Weight: 10 - Refine: false + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 0 + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nomail: true + noauction: true + } }, { Id: 828 @@ -5467,6 +5474,22 @@ item_db: ( noauction: true } }, +{ + Id: 925 + AegisName: "EventNaftalin" + Name: "Naftalin" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 0 + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nomail: true + noauction: true + } +}, // <!-- Necklaces --> |