diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-31 13:50:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-31 13:50:34 -0300 |
commit | 6ba19b2e5ae20d54d3d05a85ed1c4a8379c7eddd (patch) | |
tree | 232e3ed6306c8836d41e190bf2867dbf12ec3728 /npc/craft/recipes.txt | |
parent | bdb40f4c49f32b0145d5127b2071fa3bc92c8e1b (diff) | |
download | serverdata-6ba19b2e5ae20d54d3d05a85ed1c4a8379c7eddd.tar.gz serverdata-6ba19b2e5ae20d54d3d05a85ed1c4a8379c7eddd.tar.bz2 serverdata-6ba19b2e5ae20d54d3d05a85ed1c4a8379c7eddd.tar.xz serverdata-6ba19b2e5ae20d54d3d05a85ed1c4a8379c7eddd.zip |
Fix bugs reported by Mathias
Diffstat (limited to 'npc/craft/recipes.txt')
-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 8e2ba3731..a209a5cd9 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -382,7 +382,7 @@ function readCrafting { 18, IronPowder, 1, EarthPowder); showRecipe(CraftCopperArmor, CopperArmor, - 10, Copperngot, + 10, CopperIngot, 3, IronIngot, 22, IronPowder, 1, EarthPowder); |