Skip to content

Commit

Permalink
Update Cell support (#33)
Browse files Browse the repository at this point in the history
* Update Cell support
  • Loading branch information
enderneko authored Aug 15, 2023
1 parent 3edbb89 commit f1055ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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 = 55
local MINOR_VERSION = 56
if not LibStub then
error(MAJOR_VERSION .. " requires LibStub.")
end
Expand Down Expand Up @@ -464,6 +464,8 @@ local defaultOptions = {
"RavenOverlay",
"AshToAshUnit%d+ShadowGroupHeaderUnitButton%d+",
"InvenUnitFrames_TargetTargetTarget",
"CellSpotlightFrame",
"CellQuickCastButton",
},
returnAll = false,
}
Expand Down

0 comments on commit f1055ad

Please sign in to comment.