Add some profession items to autoloot

This commit is contained in:
2024-03-14 23:15:12 +01:00
parent d290a9f977
commit 5956ac8e4d

View File

@@ -210,13 +210,15 @@ local professionFilter = Filter.new({
---@cast provided { type: string, subtype: string } ---@cast provided { type: string, subtype: string }
local enabled = { local enabled = {
["Herb"] = true,
["Leather"] = true,
["Cloth"] = true, ["Cloth"] = true,
["Ore"] = false,
["Cooking"] = true, ["Cooking"] = true,
["Inscription"] = true,
["Enchanting"] = true, ["Enchanting"] = true,
["Herb"] = true,
["Inscription"] = true,
["Jewelcrafting"] = true,
["Leather"] = true,
["Metal & Stone"] = true,
["Ore"] = true,
} }
-- Maybe implement an expansion based filter -- Maybe implement an expansion based filter