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