diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-27 15:46:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-17 00:46:29 +0000 |
commit | 260a6382db409598ce63864f9ef359b655ca318b (patch) | |
tree | a24a2d990e188d0cb21dcb99892ff8e7744cc7ea | |
parent | 87dd784da8d8d9fc53fe93d6527c112175ab2fc7 (diff) | |
download | serverdata-260a6382db409598ce63864f9ef359b655ca318b.tar.gz serverdata-260a6382db409598ce63864f9ef359b655ca318b.tar.bz2 serverdata-260a6382db409598ce63864f9ef359b655ca318b.tar.xz serverdata-260a6382db409598ce63864f9ef359b655ca318b.zip |
Swap Aquada Box and Guild Certificate IDs.
Guild Creation should work now.
-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 |