diff options
-rw-r--r-- | npc/craft/recipes.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 65409aee8..98c2c2849 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -276,22 +276,22 @@ function readCrafting { 40, WoodenLog, 60, ManaPiouFeathers, 8, FluoPowder, - 2, GemPowder); + 1, GemPowder); showRecipe(CraftApprenticeWand, ApprenticeWand, 60, WoodenLog, 90, ManaPiouFeathers, 12, FluoPowder, - 3, GemPowder); + 1, GemPowder); showRecipe(CraftLeaderWand, LeaderWand, 100, WoodenLog, 120, ManaPiouFeathers, 15, FluoPowder, - 5, GemPowder); + 1, GemPowder); showRecipe(CraftLegendaryWand, LegendaryWand, 110, WoodenLog, 3, GoldenApple, 20, FluoPowder, - 7, GemPowder); + 1, GemPowder); next; // Firestaff Weapons: Lead + Titanium mesc "----------"+l("Fire Staffs Recipes")+"----------", 2; |