From e80fa41e49101401a450da9bbb5f1e17153cb492 Mon Sep 17 00:00:00 2001 From: shagu Date: Tue, 4 Jul 2017 18:10:16 +0200 Subject: [PATCH] nameplates: fix raidicon appearance --- modules/nameplates.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/nameplates.lua b/modules/nameplates.lua index f1e8c729..3f53f27f 100644 --- a/modules/nameplates.lua +++ b/modules/nameplates.lua @@ -90,7 +90,7 @@ pfUI:RegisterModule("nameplates", function () this.name:SetParent(this.nameplate) this.level:SetParent(this.nameplate) this.levelicon:SetParent(this.nameplate) - this.raidicon:SetParent(this.nameplate) + this.raidicon:SetParent(this.healthbar) end -- init @@ -178,6 +178,8 @@ pfUI:RegisterModule("nameplates", function () this.raidicon:SetWidth(C.nameplates.raidiconsize) this.raidicon:SetHeight(C.nameplates.raidiconsize) this.raidicon:SetPoint("CENTER", this.healthbar, "CENTER", 0, -5) + this.raidicon:SetDrawLayer("OVERLAY") + this.raidicon:SetTexture("Interface\\AddOns\\pfUI\\img\\raidicons") -- add debuff frames if C.nameplates["showdebuffs"] == "1" then