From 37ce754e0cd0af74ea4c2a971f35bf9f81815120 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 12 Sep 2020 12:56:04 -0300 Subject: Fix bug which prevented Bromenal Chestplate Recipe from being learnt Patch by Mathias Cronqvist --- npc/craft/recipes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/craft/recipes.txt') diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 90ef2807f..6a5450fb3 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -708,7 +708,7 @@ function script MakeBlueprint { array_push(.@recipes, CraftCopperArmor); array_push(.@recipes, CraftLightPlatemail); array_push(.@recipes, CraftWarlordPlate); - array_push(.@recipes, CraftBromenalArmor); + array_push(.@recipes, CraftBromenalChest); array_push(.@recipes, CraftLeatherTrousers); array_push(.@recipes, CraftJeansChaps); array_push(.@recipes, CraftSilkPants); -- cgit v1.2.3-60-g2f50