Skip to content

Commit

Permalink
exclude "^CompactRaidFrame%d+"
Browse files Browse the repository at this point in the history
fix an issue with tank's target'target returned instead of raid unit frame
  • Loading branch information
mrbuds committed May 13, 2022
1 parent b045925 commit 2ca4ff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 = 36
local MINOR_VERSION = 37
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 Down Expand Up @@ -243,6 +243,7 @@ local defaultOptions = {
"RavenOverlay",
"AshToAshUnit%d+ShadowGroupHeaderUnitButton%d+",
"InvenUnitFrames_TargetTargetTarget",
"^CompactRaidFrame%d+", -- for main assist / main tank target'target
},
returnAll = false,
}
Expand Down

0 comments on commit 2ca4ff7

Please sign in to comment.