From d1692288f431f4f59375df5c4e07eea7787763fa Mon Sep 17 00:00:00 2001 From: Meow <30401521+me0wg4ming@users.noreply.github.com> Date: Fri, 3 Apr 2026 01:15:25 +0200 Subject: [PATCH] raid icon fix --- modules/nameplates.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nameplates.lua b/modules/nameplates.lua index 0f8df7d3..0b9230f0 100644 --- a/modules/nameplates.lua +++ b/modules/nameplates.lua @@ -862,7 +862,7 @@ end nameplate.level = nameplate:CreateFontString(nil, "OVERLAY") nameplate.level:SetPoint("RIGHT", nameplate.health, "LEFT", -3, 0) - nameplate.raidicon:SetParent(nameplate.health) + nameplate.raidicon:SetParent(plate) nameplate.raidicon:SetDrawLayer("OVERLAY", 7) if C.unitframes.blizzard_raidicons ~= "1" then nameplate.raidicon:SetTexture(pfUI.media["img:raidicons"])