Skip to content

Commit

Permalink
Cooldowns: Remove solo group type filter
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Feb 3, 2018
1 parent df64d58 commit 171709e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Cooldowns/Cooldowns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ do
--scroll:AddChild(addFilterOptionToggle("hideOutOfCombat", L.hideOutOfCombat))
scroll:AddChild(addFilterOptionToggle("hideOutOfRange", L.hideOutOfRange))
scroll:AddChild(addFilterOptionMultiselect("hideRoles", ROLE, L.hideRolesDesc, { TANK = TANK, HEALER = HEALER, DAMAGER = DAMAGER }))
scroll:AddChild(addFilterOptionMultiselect("hideInGroup", GROUP, L.hideInGroupDesc, { party = PARTY, raid = RAID, solo = SOLO }))
scroll:AddChild(addFilterOptionMultiselect("hideInGroup", GROUP, L.hideInGroupDesc, { party = PARTY, raid = RAID })) -- , solo = SOLO
scroll:AddChild(addFilterOptionMultiselect("hideInInstance", INSTANCE, L.hideInInstanceDesc, {
raid = RAID, party = PARTY, lfg = "LFG",
pvp = BATTLEGROUND, arena = ARENA,
Expand Down

0 comments on commit 171709e

Please sign in to comment.