summaryrefslogtreecommitdiff
path: root/npc/craft/recipes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/craft/recipes.txt')
-rw-r--r--npc/craft/recipes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt
index f54209dc1..db2449e61 100644
--- a/npc/craft/recipes.txt
+++ b/npc/craft/recipes.txt
@@ -236,7 +236,7 @@ function readCrafting {
NoviceWand,
ApprenticeWand,
LeaderWand,
- LegendaryWand);
+ MysticWand);
dnext;
// Firestaff Weapons: Lead + Titanium
mesc "----------"+l("Fire Staffs Recipes")+"----------", 2;
@@ -484,7 +484,7 @@ function script MakeBlueprint {
array_push(.@recipes, CraftDivineSword);
array_push(.@recipes, CraftImmortalSword);
array_push(.@recipes, CraftPynShotgun);
- array_push(.@recipes, CraftLegendaryWand);
+ array_push(.@recipes, CraftMysticWand);
array_push(.@recipes, CraftBansheeBow);
array_push(.@recipes, CraftAssassinGloves);
array_push(.@recipes, CraftDarkKnightHelmet);