diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-23 04:23:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-23 04:23:10 -0300 |
commit | d57f5ece5cec0c812f8ac84f53abe396d10b63d2 (patch) | |
tree | ca472fac2e21f40960fc2dd547e9754a1a6a4eab /npc/craft | |
parent | ab378dc0d1ab809b45c2c2bc0b1dc9beba27338b (diff) | |
download | serverdata-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')
-rw-r--r-- | npc/craft/recipes.txt | 4 |
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); |