click through frames health/power bar

This commit is contained in:
Sumsebrum
2021-05-19 19:30:32 +02:00
parent 67edecf8d1
commit ad130af188
9 changed files with 18 additions and 12 deletions

View File

@ -67,6 +67,7 @@ end
function Diminishings:CreateFrame(unit)
local drFrame = CreateFrame("Frame", nil, Gladdy.buttons[unit])
drFrame:EnableMouse(false)
for i = 1, 16 do
local icon = CreateFrame("Frame", "GladdyDr" .. unit .. "Icon" .. i, drFrame)