Skip to content

Commit 7e7ab32

Browse files
committed
Fix a MSQ error
1 parent 79a002b commit 7e7ab32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NameplateSCT.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ local function getFontString()
363363
local buttonData = {
364364
Icon = fontString.icon
365365
}
366-
frame.MSQGroup:AddButton(fontString.icon.button, buttonData)
366+
NameplateSCT.frame.MSQGroup:AddButton(fontString.icon.button, buttonData)
367367
end
368368
if fontString.icon.button then
369369
fontString.icon.button:Show()

0 commit comments

Comments
 (0)