Skip to content

Commit

Permalink
Bump toc, prevent Lua error (see #267)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbs committed Jul 25, 2024
1 parent 09069eb commit 48724c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ C.CATEGORY_ID = {
WRATH_QUESTING = 116,
WRATH_BATTLEGROUND = 118,
WRATH_CUSTOM = 120,
DELVES = 121,
}

C.DIFFICULTY_KEYWORD = {
Expand Down
4 changes: 2 additions & 2 deletions Modules/AdvancedFilter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function PGF.GetAdvancedFilterDefaults()
enabled.hasTank = false;
enabled.hasHealer = false;
enabled.minimumRating = 0;
MinRatingFrame.MinRating:SetNumber(0);
--MinRatingFrame.MinRating:SetNumber(0);
enabled.activities = {};
LFGListAdvancedFiltersCheckAllDifficulties(enabled);
LFGListAdvancedFiltersCheckAllDungeons(enabled);
Expand All @@ -103,7 +103,7 @@ end

function PGF.SetAdvancedFilter(enabled)
C_LFGList.SaveAdvancedFilter(enabled)
MinRatingFrame.MinRating:SetNumber(enabled.minimumRating)
--MinRatingFrame.MinRating:SetNumber(enabled.minimumRating)
UpdateFilterRedX()
end

Expand Down
2 changes: 1 addition & 1 deletion PremadeGroupsFilter.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 100207
## Interface: 110000
## Title: Premade Groups Filter
## Version: @project-version@
## IconTexture: 397907
Expand Down

0 comments on commit 48724c4

Please sign in to comment.