From c97659db587afe7740c30b5d5da53435bae0cabe Mon Sep 17 00:00:00 2001 From: shagu Date: Thu, 5 Jun 2025 19:28:50 +0200 Subject: [PATCH] gryphons: always keep textures above action bars --- modules/gryphons.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gryphons.lua b/modules/gryphons.lua index 69f4e7c6..96eba04e 100644 --- a/modules/gryphons.lua +++ b/modules/gryphons.lua @@ -26,6 +26,7 @@ pfUI:RegisterModule("gryphons", "vanilla:tbc", function () frame:SetWidth(size) frame:SetHeight(size) frame:SetPoint(relative, anchor, relative, (position == "right" and -1 or 1) * offset_h, offset_v) + frame:SetFrameLevel(128) frame.texture = frame.texture or frame:CreateTexture(nil, "OVERLAY") frame.texture:SetTexture(texture)