From 5595082db7a0ef10b9ed5e6c0676286057c4e178 Mon Sep 17 00:00:00 2001 From: jordon <29447509+jordonwow@users.noreply.github.com> Date: Thu, 20 Jul 2023 15:52:11 -0700 Subject: [PATCH] set the draw layer for portraits in wow classic --- BigDebuffs.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BigDebuffs.lua b/BigDebuffs.lua index a707eed..774a99b 100755 --- a/BigDebuffs.lua +++ b/BigDebuffs.lua @@ -958,6 +958,8 @@ function BigDebuffs:AttachUnitFrame(unit) portraitParent.FrameTexture:SetDrawLayer("ARTWORK", 1) end frame.anchor.portrait:SetDrawLayer("BACKGROUND", 0) + elseif frame.anchor.SetDrawLayer then + frame.anchor:SetDrawLayer("BACKGROUND", 0) end frame.cooldown:SetSwipeTexture("Interface\\CHARACTERFRAME\\TempPortraitAlphaMaskSmall") else