diff options
Diffstat (limited to 'npc/craft')
-rw-r--r-- | npc/craft/recipes.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 9b2bd976e..357fd363c 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -452,7 +452,6 @@ function script MakeBlueprint { array_push(.@recipes, CraftPynShotgun); array_push(.@recipes, CraftLegendaryWand); array_push(.@recipes, CraftBansheeBow); - array_push(.@recipes, CraftSaviorShield); array_push(.@recipes, CraftAssassinGloves); array_push(.@recipes, CraftDarkKnightHelmet); array_push(.@recipes, CraftSamuraiHelmet); |