diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-24 11:03:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-24 11:03:19 -0300 |
commit | f61e8c4c062129dc17b7cad69c6a48f68f08b347 (patch) | |
tree | 9b12bdee9bed4ad745cfa992f65d60f2bdc64043 /db/re/item_db.conf | |
parent | ec5f42b08d328c9d67c0d521d6a096124a86b248 (diff) | |
download | serverdata-f61e8c4c062129dc17b7cad69c6a48f68f08b347.tar.gz serverdata-f61e8c4c062129dc17b7cad69c6a48f68f08b347.tar.bz2 serverdata-f61e8c4c062129dc17b7cad69c6a48f68f08b347.tar.xz serverdata-f61e8c4c062129dc17b7cad69c6a48f68f08b347.zip |
Preparatives from client-data, but now server-sided
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1457a71eb..a3b3ed0ae 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5319,6 +5319,24 @@ item_db: ( Sell: 7500 Weight: 1 }, +{ + Id: 915 + AegisName: "GuildCoin" + Name: "Guild Coin" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 0 +}, +{ + Id: 916 + AegisName: "LOFCoin" + Name: "LoF Coin" + Type: "IT_ETC" + Buy: 10000 + Sell: 3500 + Weight: 0 +}, // <!-- Necklaces --> { Id: 1000 |