From 190058cb0e12a1349f2fdb0f41ae46b318452c0d Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 14 Mar 2024 23:15:31 +0100 Subject: [PATCH] Remove gear filter from auto vendor to prevent it from selling the 40 ilvl warlock trinket --- FreshShit/AutoVendor/Init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FreshShit/AutoVendor/Init.lua b/FreshShit/AutoVendor/Init.lua index 13ad485..208e99b 100644 --- a/FreshShit/AutoVendor/Init.lua +++ b/FreshShit/AutoVendor/Init.lua @@ -227,7 +227,7 @@ end ---@type table local filters = { grayFilter, - gearFilter + -- gearFilter } ---@class FilterService