Add some profession items to autoloot
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user