diff options
Diffstat (limited to 'npc/craft/recipes.txt')
-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 c17ed174b..e03e815d2 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -593,7 +593,7 @@ function script MakeBlueprint { array_push(.@recipes, CraftDragonShield); array_push(.@recipes, CraftManaGloves); array_push(.@recipes, CraftWarlordGloves); - array_push(.@recipes, CraftCenturionHelmet); + array_push(.@recipes, CraftCenturionHelmet); array_push(.@recipes, CraftBullHelmet); array_push(.@recipes, CraftDarkHelm); } |