From 9968340355bfc22faca76b6e7080f868ac17ffa1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 12 Sep 2020 15:28:45 -0300 Subject: Fix typo and missing configuration flag --- npc/craft/recipes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/craft') diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 8425d7679..9b2bd976e 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -397,7 +397,7 @@ function script MakeBlueprint { } if (.@rarity & CRAFT_ADVANCED) { array_push(.@recipes, CraftBacksword); - array_push(.@recipes, CraftShortsword); + array_push(.@recipes, CraftShortSword); array_push(.@recipes, CraftBoneKnife); array_push(.@recipes, CraftKitana); array_push(.@recipes, CraftBroadsword); -- cgit v1.2.3-60-g2f50