Skip to content

Commit

Permalink
revert fix for tank & assist targettarget with CompactRaidFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuds committed May 18, 2022
1 parent 2ca4ff7 commit 730fd36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 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 = 37
local MINOR_VERSION = 38
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,7 +243,6 @@ 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 730fd36

Please sign in to comment.