diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-09-12 12:56:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-09-12 12:56:04 -0300 |
commit | 37ce754e0cd0af74ea4c2a971f35bf9f81815120 (patch) | |
tree | ddf457ab32654a5aa3e9a899895c735c2d6d1a85 /npc/craft/recipes.txt | |
parent | 25d95911b6ceb6138502315a0e2dd95eafa45220 (diff) | |
download | serverdata-37ce754e0cd0af74ea4c2a971f35bf9f81815120.tar.gz serverdata-37ce754e0cd0af74ea4c2a971f35bf9f81815120.tar.bz2 serverdata-37ce754e0cd0af74ea4c2a971f35bf9f81815120.tar.xz serverdata-37ce754e0cd0af74ea4c2a971f35bf9f81815120.zip |
Fix bug which prevented Bromenal Chestplate Recipe from being learnt
Patch by Mathias Cronqvist
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 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); |