diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-15 23:20:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-15 23:20:28 -0300 |
commit | 49b90f38dc31893bcb30fb619cc6d449de186abd (patch) | |
tree | 3f8035fdcaa88f0c748ba6b0d83020cb1c526888 | |
parent | 0437936d7b9ec9b6090799d42271ba33a7456a0e (diff) | |
download | serverdata-49b90f38dc31893bcb30fb619cc6d449de186abd.tar.gz serverdata-49b90f38dc31893bcb30fb619cc6d449de186abd.tar.bz2 serverdata-49b90f38dc31893bcb30fb619cc6d449de186abd.tar.xz serverdata-49b90f38dc31893bcb30fb619cc6d449de186abd.zip |
Equalize Warlord Helmet (now more expensive) and Crusade Helmet (now cheaper)
-rw-r--r-- | db/craft_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 7e6955963..ba945883a 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -3086,7 +3086,7 @@ craft_db: ( SourceItems: ( { - SilverIngot: 7 + SilverIngot: 6 TinIngot: 5 Lifestone: 14 EarthPowder: 1 @@ -3116,7 +3116,7 @@ craft_db: ( SourceItems: ( { - SilverIngot: 7 + SilverIngot: 8 TitaniumIngot: 2 Lifestone: 20 EarthPowder: 1 |