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

@ -506,6 +506,7 @@ function BuffsDebuffs:AddAura(unit, spellID, auraType, duration, timeLeft, stack
aura = tremove(self.framePool, #self.framePool)
else
aura = CreateFrame("Frame")
aura:EnableMouse(false)
aura:SetFrameLevel(3)
aura.texture = aura:CreateTexture(nil, "BACKGROUND")
aura.texture:SetMask("Interface\\AddOns\\Gladdy\\Images\\mask")