diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-10 19:27:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-10 19:27:23 -0300 |
commit | 372da94a0ac7d44ccb96a63cf648b4a34186bb8e (patch) | |
tree | b9975dbc7c777c5f44b8fe4f20bdcf4542a5179b /npc | |
parent | 90ef6ad89adfcbc7821fa2df6e60845ac871e265 (diff) | |
download | serverdata-372da94a0ac7d44ccb96a63cf648b4a34186bb8e.tar.gz serverdata-372da94a0ac7d44ccb96a63cf648b4a34186bb8e.tar.bz2 serverdata-372da94a0ac7d44ccb96a63cf648b4a34186bb8e.tar.xz serverdata-372da94a0ac7d44ccb96a63cf648b4a34186bb8e.zip |
Remove Savior Shield recipe from Master Blueprint
Diffstat (limited to 'npc')
-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); |