summaryrefslogtreecommitdiff
path: root/npc/craft/recipes.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-23 04:23:10 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-23 04:23:10 -0300
commitd57f5ece5cec0c812f8ac84f53abe396d10b63d2 (patch)
treeca472fac2e21f40960fc2dd547e9754a1a6a4eab /npc/craft/recipes.txt
parentab378dc0d1ab809b45c2c2bc0b1dc9beba27338b (diff)
downloadserverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.tar.gz
serverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.tar.bz2
serverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.tar.xz
serverdata-d57f5ece5cec0c812f8ac84f53abe396d10b63d2.zip
Rename Legendary Wand to Mystic Wand, to prevent confusion
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);