Skip to content

Commit

Permalink
[Filters] The Warglaives category did not exist before Legion.
Browse files Browse the repository at this point in the history
  • Loading branch information
NORPG committed Jan 20, 2025
1 parent 91ef8fe commit 0deadef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Settings/Pages/General - Filters.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ end

for i,filterID in ipairs({
21, 22, 23, 24, 25, 26, -- 1H Axes, 2H Axes, 1H Maces, 2H Maces, 1H Swords, 2H Swords
20, 34, 29, 28, 35 -- Daggers, Fist Weapons, Polearms, Staves, Warglaives
20, 34, 29, 28 -- Daggers, Fist Weapons, Polearms, Staves
-- #if AFTER LEGION
,35 -- Warglaives
-- #endif
}) do
local filter = child:CreateCheckBox(itemFilterNames[filterID], ItemFilterOnRefresh, ItemFilterOnClick)
-- Start
Expand Down

0 comments on commit 0deadef

Please sign in to comment.