Skip to content

Commit 8b83574

Browse files
committed
ignore RavenOverlay instead of RavenButton (thx Desik)
1 parent ca4886e commit 8b83574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGetFrame-1.0.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ local defaultOptions = {
230230
ignoreFrames = {
231231
"PitBull4_Frames_Target's target's target",
232232
"ElvUF_PartyGroup%dUnitButton%dTarget",
233-
"RavenButton",
233+
"RavenOverlay",
234234
"AshToAshUnit%d+ShadowGroupHeaderUnitButton%d+"
235235
},
236236
returnAll = false,

0 commit comments

Comments
 (0)