From 87036fea370e73405762bb5f639a3ecd98f9e922 Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Sat, 6 Jun 2020 01:43:24 +0200 Subject: [PATCH] Fix Alchemist classtype --- ChaosBot/Services/LodestoneManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) },