diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-09-12 15:28:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-09-12 15:28:45 -0300 |
commit | 9968340355bfc22faca76b6e7080f868ac17ffa1 (patch) | |
tree | ee8872e461fe8ad1f4e175f7940c3ce0a5f9e6aa /npc/craft | |
parent | c40cbfc35a768afa89b22d66fc1796ee4466f73d (diff) | |
download | serverdata-9968340355bfc22faca76b6e7080f868ac17ffa1.tar.gz serverdata-9968340355bfc22faca76b6e7080f868ac17ffa1.tar.bz2 serverdata-9968340355bfc22faca76b6e7080f868ac17ffa1.tar.xz serverdata-9968340355bfc22faca76b6e7080f868ac17ffa1.zip |
Fix typo and missing configuration flag
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); |