Fix Alchemist classtype

This commit is contained in:
Daniel_I_Am 2020-06-06 01:43:24 +02:00
parent 6b9e75c8a7
commit 87036fea37
No known key found for this signature in database
GPG Key ID: 80C428FCC9743E84

View File

@ -47,7 +47,7 @@ namespace ChaosBot.Services
{ "Miner", new Tuple<string, ClassType>("MIN", ClassType.Gathering) }, { "Miner", new Tuple<string, ClassType>("MIN", ClassType.Gathering) },
{ "Botanist", new Tuple<string, ClassType>("BTN", ClassType.Gathering) }, { "Botanist", new Tuple<string, ClassType>("BTN", ClassType.Gathering) },
{ "Fisher", new Tuple<string, ClassType>("FSH", ClassType.Gathering) }, { "Fisher", new Tuple<string, ClassType>("FSH", ClassType.Gathering) },
{ "Alchemist", new Tuple<string, ClassType>("ALC", ClassType.Gathering) }, { "Alchemist", new Tuple<string, ClassType>("ALC", ClassType.Crafting) },
{ "Armorer", new Tuple<string, ClassType>("ARM", ClassType.Crafting) }, { "Armorer", new Tuple<string, ClassType>("ARM", ClassType.Crafting) },
{ "Blacksmith", new Tuple<string, ClassType>("BSM", ClassType.Crafting) }, { "Blacksmith", new Tuple<string, ClassType>("BSM", ClassType.Crafting) },
{ "Carpenter", new Tuple<string, ClassType>("CRP", ClassType.Crafting) }, { "Carpenter", new Tuple<string, ClassType>("CRP", ClassType.Crafting) },