diff options
Diffstat (limited to 'npc/guilds')
-rw-r--r-- | npc/guilds/logs.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/guilds/logs.txt b/npc/guilds/logs.txt index 47befc0ad..a255eb566 100644 --- a/npc/guilds/logs.txt +++ b/npc/guilds/logs.txt @@ -39,35 +39,35 @@ guilds,47,39,0 script Guild Logs NPC_NO_SPRITE,{ // Stats Boosts .@s+=showRecipe(CraftLukPotionA, LukPotionA, - 1, EmeraldPower, 1, HerbalTea); + 1, EmeraldPowder, 1, HerbalTea); .@s+=showRecipe(CraftLukPotionB, LukPotionB, 1, Emerald, 2, HerbalTea); .@s+=showRecipe(CraftLukPotionC, LukPotionC, 1, PolishedEmerald, 3, HerbalTea); .@s+=showRecipe(CraftDexPotionA, DexPotionA, - 1, AmethystPower, 1, HerbalTea); + 1, AmethystPowder, 1, HerbalTea); .@s+=showRecipe(CraftDexPotionB, DexPotionB, 1, Amethyst, 2, HerbalTea); .@s+=showRecipe(CraftDexPotionC, DexPotionC, 1, PolishedAmethyst, 3, HerbalTea); .@s+=showRecipe(CraftIntPotionA, IntPotionA, - 1, SapphirePower, 1, HerbalTea); + 1, SapphirePowder, 1, HerbalTea); .@s+=showRecipe(CraftIntPotionB, IntPotionB, 1, Sapphire, 2, HerbalTea); .@s+=showRecipe(CraftIntPotionC, IntPotionC, 1, PolishedSapphire, 3, HerbalTea); .@s+=showRecipe(CraftVitPotionA, VitPotionA, - 1, DiamondPower, 1, HerbalTea); + 1, DiamondPowder, 1, HerbalTea); .@s+=showRecipe(CraftVitPotionB, VitPotionB, 1, Diamond, 2, HerbalTea); .@s+=showRecipe(CraftVitPotionC, VitPotionC, 1, PolishedDiamond, 3, HerbalTea); .@s+=showRecipe(CraftAgiPotionA, AgiPotionA, - 1, TopazPower, 1, HerbalTea); + 1, TopazPowder, 1, HerbalTea); .@s+=showRecipe(CraftAgiPotionB, AgiPotionB, 1, Topaz, 2, HerbalTea); .@s+=showRecipe(CraftAgiPotionC, AgiPotionC, |