diff --git a/FreshShit/AutoLoot/Init.lua b/FreshShit/AutoLoot/Init.lua index c4958d9..0479bc0 100644 --- a/FreshShit/AutoLoot/Init.lua +++ b/FreshShit/AutoLoot/Init.lua @@ -210,13 +210,15 @@ local professionFilter = Filter.new({ ---@cast provided { type: string, subtype: string } local enabled = { - ["Herb"] = true, - ["Leather"] = true, ["Cloth"] = true, - ["Ore"] = false, ["Cooking"] = true, - ["Inscription"] = true, ["Enchanting"] = true, + ["Herb"] = true, + ["Inscription"] = true, + ["Jewelcrafting"] = true, + ["Leather"] = true, + ["Metal & Stone"] = true, + ["Ore"] = true, } -- Maybe implement an expansion based filter