Skip to content

Commit

Permalink
Ensure Categories Are Setup in OnSlotChanged
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed May 28, 2024
1 parent 18d52d5 commit 49b0c00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Baggins-Filtering.lua
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,9 @@ function Baggins:OnSlotChanged(bag, slot)
used[key] = false
end
local anymatch
if type(categories) ~= "table" then
self:SetCategoryTable(self.db.profile.categories)
end
for catid, category in pairs(categories) do
if self:CategoryInUse(catid, isbank) then
--if true then
Expand Down

0 comments on commit 49b0c00

Please sign in to comment.