Skip to content

Commit 51ee26b

Browse files
authored
Restore CellSpotlightFrame support (#34)
1 parent f1055ad commit 51ee26b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

LibGetFrame-1.0.lua

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local MAJOR_VERSION = "LibGetFrame-1.0"
2-
local MINOR_VERSION = 56
2+
local MINOR_VERSION = 57
33
if not LibStub then
44
error(MAJOR_VERSION .. " requires LibStub.")
55
end
@@ -464,7 +464,6 @@ local defaultOptions = {
464464
"RavenOverlay",
465465
"AshToAshUnit%d+ShadowGroupHeaderUnitButton%d+",
466466
"InvenUnitFrames_TargetTargetTarget",
467-
"CellSpotlightFrame",
468467
"CellQuickCastButton",
469468
},
470469
returnAll = false,

0 commit comments

Comments
 (0)