diff options
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 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); |