Skip to content

Commit

Permalink
Fixed an issue where equipment sets could not be filtered by class un…
Browse files Browse the repository at this point in the history
…less they had a specialization restriction set
  • Loading branch information
Breeni committed Apr 22, 2024
1 parent f98aec0 commit a36cc06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Equipment.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,8 @@ local function UpdateSetFilters(set)
Internal.UpdateRestrictionFilters(set)

set.filters.character = set.character
local characterInfo = GetCharacterInfo(set.character);
set.filters.class = characterInfo and characterInfo.class;

return set
end
Expand Down

0 comments on commit a36cc06

Please sign in to comment.