Skip to content

Commit

Permalink
improve elvui raidframes detection
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuds committed Jan 24, 2022
1 parent d7e9892 commit 6c1063a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LibGetFrame-1.0.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local MAJOR_VERSION = "LibGetFrame-1.0"
local MINOR_VERSION = 29
local MINOR_VERSION = 30
if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end
local lib = LibStub:NewLibrary(MAJOR_VERSION, MINOR_VERSION)
if not lib then return end
Expand All @@ -24,7 +24,7 @@ local defaultFramePriorities = {
"^GridLayout", -- grid
"^Grid2Layout", -- grid2
"^PlexusLayout", -- plexus
"^ElvUF_RaidGroup", -- elv
"^ElvUF_Raid%d*Group", -- elv
"^oUF_bdGrid", -- bdgrid
"^oUF_.-Raid", -- generic oUF
"^LimeGroup", -- lime
Expand Down Expand Up @@ -98,7 +98,7 @@ local defaultRaidFrames = {
"^GridLayout",
"^Grid2Layout",
"^PlexusLayout",
"^ElvUF_RaidGroup",
"^ElvUF_Raid%d*Group",
"^oUF_.-Raid",
"^AshToAsh",
"^LimeGroup",
Expand Down

0 comments on commit 6c1063a

Please sign in to comment.