From 5956ac8e4d6bf84b9f026c3096af5c52ebcdc0f5 Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 14 Mar 2024 23:15:12 +0100 Subject: [PATCH] Add some profession items to autoloot --- FreshShit/AutoLoot/Init.lua | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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