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 }
|
---@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
|
||||||
|
Reference in New Issue
Block a user