unitframes: fix prediction layer on custom bg

This commit is contained in:
shagu
2018-01-02 14:07:33 +01:00
parent 09e1341ccf
commit 7856f28f0d
+1 -1
View File
@@ -122,7 +122,7 @@ function pfUI.uf:CreateUnitFrame(unit, id, config, tick)
end
end)
if pfUI_config.unitframes.custombg == "0" then
if f.config.invert_healthbar == "0" then
f.incHeal:SetFrameLevel(2)
else
f.incHeal:SetFrameLevel(3)