CustomTutorials-2.1

CustomTutorials-2.1

2.9k Downloads

Fix for Backdrop error

fubaWoW opened this issue ยท 0 comments

commented

change line 149 from:

local shine = CreateFrame('Frame')

to

local shine = CreateFrame('Frame', nil, UIParent, BackdropTemplateMixin and "BackdropTemplate")