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"])