diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-14 04:54:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-14 04:54:38 -0300 |
commit | 820e3fccaf909707f1393b53a5aacddcfd6579b5 (patch) | |
tree | a4197c364c0731613953427a77032d23b0feea8e /db | |
parent | 3b1d307ffd1f995e5284ebeb02dde9da797e4509 (diff) | |
download | serverdata-820e3fccaf909707f1393b53a5aacddcfd6579b5.tar.gz serverdata-820e3fccaf909707f1393b53a5aacddcfd6579b5.tar.bz2 serverdata-820e3fccaf909707f1393b53a5aacddcfd6579b5.tar.xz serverdata-820e3fccaf909707f1393b53a5aacddcfd6579b5.zip |
Level 30 equip using ~Lv 60 ingot?
Replace Blade Shield 2x Titanium requeriment with 4x Tin requeriment
Diffstat (limited to 'db')
-rw-r--r-- | db/craft_db.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 33eb535d6..ed848a871 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -1712,7 +1712,7 @@ craft_db: ( ( { IronIngot: 14 - TitaniumIngot: 2 + TinIngot: 4 Coal: 5 EverburnPowder: 1 }, @@ -1720,10 +1720,10 @@ craft_db: ( CreateItems: ( { - TitaniumIngot: 1 + TinIngot: 1 }, { - TitaniumIngot: 1 + TinIngot: 1 IronIngot: 1 }, { |