Results: 1Comments by: EtherealHC
File: ShinyBuffs11-21-20
Lines 53 and 238 (in my file, I kno...
Posted By: EtherealHC
Lines 53 and 238 (in my file, I know I've edited this before so it may differ for you) you'll want to change what looks like this in ShinyBuffs.lua: SBmover = CreateFrame("Frame", nil, UIParent) To look like this: SBmover = CreateFrame("Frame", nil, UIParent, BackdropTemplateMixin and "BackdropTemplate") That's the one ne...