summaryrefslogtreecommitdiff
path: root/npc/craft/recipes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/craft/recipes.txt')
-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 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);