Remove gear filter from auto vendor to prevent it from selling the 40 ilvl warlock trinket

This commit is contained in:
2024-03-14 23:15:31 +01:00
parent 5956ac8e4d
commit 190058cb0e

View File

@@ -227,7 +227,7 @@ end
---@type table<Filter>
local filters = {
grayFilter,
gearFilter
-- gearFilter
}
---@class FilterService