diff --git a/ChaosBot/Services/LodestoneManager.cs b/ChaosBot/Services/LodestoneManager.cs index a2ebd7a..ebc348b 100644 --- a/ChaosBot/Services/LodestoneManager.cs +++ b/ChaosBot/Services/LodestoneManager.cs @@ -47,7 +47,7 @@ namespace ChaosBot.Services { "Miner", new Tuple("MIN", ClassType.Gathering) }, { "Botanist", new Tuple("BTN", ClassType.Gathering) }, { "Fisher", new Tuple("FSH", ClassType.Gathering) }, - { "Alchemist", new Tuple("ALC", ClassType.Gathering) }, + { "Alchemist", new Tuple("ALC", ClassType.Crafting) }, { "Armorer", new Tuple("ARM", ClassType.Crafting) }, { "Blacksmith", new Tuple("BSM", ClassType.Crafting) }, { "Carpenter", new Tuple("CRP", ClassType.Crafting) },