Eye, recently returned to the game and found that some macro does’t works, any ideas about this one? it should change target-focus buff-debuff size.
/run hooksecurefunc(“TargetFrame_UpdateBuffAnchor”, function(_, name, i) G[name…i]:SetSize(24, 24) end)
/run hooksecurefunc(“TargetFrame_UpdateDebuffAnchor”, function(, name, i) _G[name…i]:SetSize(20, 20) end)