Skip to content

Commit

Permalink
Restore CellSpotlightFrame support (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
enderneko authored Nov 25, 2023
1 parent f1055ad commit 51ee26b
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 = 56
local MINOR_VERSION = 57
if not LibStub then
error(MAJOR_VERSION .. " requires LibStub.")
end
Expand Down Expand Up @@ -464,7 +464,6 @@ local defaultOptions = {
"RavenOverlay",
"AshToAshUnit%d+ShadowGroupHeaderUnitButton%d+",
"InvenUnitFrames_TargetTargetTarget",
"CellSpotlightFrame",
"CellQuickCastButton",
},
returnAll = false,
Expand Down

0 comments on commit 51ee26b

Please sign in to comment.