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 /npc/craft | |
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 'npc/craft')
-rw-r--r-- | npc/craft/recipes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 063b5a20b..07c8625e1 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -324,7 +324,7 @@ function readCrafting { 1, SharpKnife); showRecipe(CraftBladeShield, BladeShield, 14, IronIngot, - 2, TitaniumIngot, + 4, TinIngot, 5, Coal, 1, EverburnPowder); // Exception to shield rule: Braknar Shield |