summaryrefslogtreecommitdiff
path: root/npc/craft/recipes.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-09-12 15:28:45 -0300
committerJesusaves <cpntb1@ymail.com>2020-09-12 15:28:45 -0300
commit9968340355bfc22faca76b6e7080f868ac17ffa1 (patch)
treeee8872e461fe8ad1f4e175f7940c3ce0a5f9e6aa /npc/craft/recipes.txt
parentc40cbfc35a768afa89b22d66fc1796ee4466f73d (diff)
downloadserverdata-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/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);