File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11local MAJOR_VERSION = " LibGetFrame-1.0"
2- local MINOR_VERSION = 21
2+ local MINOR_VERSION = 22
33if not LibStub then error (MAJOR_VERSION .. " requires LibStub." ) end
44local lib = LibStub :NewLibrary (MAJOR_VERSION , MINOR_VERSION )
55if not lib then return end
@@ -68,7 +68,7 @@ local defaultTargettargetFrames = {
6868 " TargetTargetFrame" ,
6969}
7070local defaultPartyTargetFrames = {
71- " SUFChildpartytarget" ,
71+ " SUFChildpartytarget%d " ,
7272}
7373
7474local GetFramesCache = {}
@@ -227,7 +227,7 @@ function lib.GetUnitFrame(target, opt)
227227 end
228228 end
229229 if opt .ignorePartyTargetFrame then
230- for _ ,v in pairs (opt .partyTarget ) do
230+ for _ ,v in pairs (opt .partyTargetFrames ) do
231231 tinsert (ignoredFrames , v )
232232 end
233233 end
You can’t perform that action at this time.
0 commit comments