diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-17 05:08:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-17 05:08:35 -0300 |
commit | 654d54d42079e21ac0541cb1e5f28c08cc935d5d (patch) | |
tree | ced30475ba31099de02627b57fb264958193d70d /db/re/item_db.conf | |
parent | 3cb4b0171536a04e177d823213a1aff51ab56f8d (diff) | |
parent | 4e242e64460a5548b77d512f317a8cd66967a95f (diff) | |
download | serverdata-kfahr.tar.gz serverdata-kfahr.tar.bz2 serverdata-kfahr.tar.xz serverdata-kfahr.zip |
Merge branch 'master' into kfahrkfahr
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 5594ee93..b9537c14 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1336,16 +1336,11 @@ item_db: ( }, { Id: 714 - AegisName: "AquadaBox" - Name: "Aquada Box" + AegisName: "GuildCertification" + Name: "Guild Certification" Type: "IT_ETC" - Buy: 2 - Sell: 1 - Weight: 850 - Trade: { - nodrop: true - noselltonpc: true - } + Buy: 100000 + Sell: 100 }, { Id: 715 @@ -1504,11 +1499,16 @@ item_db: ( }, { Id: 730 - AegisName: "GuildCertification" - Name: "Guild Certification" + AegisName: "AquadaBox" + Name: "Aquada Box" Type: "IT_ETC" - Buy: 100000 - Sell: 100 + Buy: 2 + Sell: 1 + Weight: 850 + Trade: { + nodrop: true + noselltonpc: true + } }, { Id: 731 |