summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-31 13:50:34 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-31 13:50:34 -0300
commit6ba19b2e5ae20d54d3d05a85ed1c4a8379c7eddd (patch)
tree232e3ed6306c8836d41e190bf2867dbf12ec3728
parentbdb40f4c49f32b0145d5127b2071fa3bc92c8e1b (diff)
downloadserverdata-6ba19b2e5ae20d54d3d05a85ed1c4a8379c7eddd.tar.gz
serverdata-6ba19b2e5ae20d54d3d05a85ed1c4a8379c7eddd.tar.bz2
serverdata-6ba19b2e5ae20d54d3d05a85ed1c4a8379c7eddd.tar.xz
serverdata-6ba19b2e5ae20d54d3d05a85ed1c4a8379c7eddd.zip
Fix bugs reported by Mathias
-rw-r--r--npc/craft/recipes.txt2
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);