nameplates: fix raidicon appearance

This commit is contained in:
shagu
2017-07-04 18:10:16 +02:00
parent 995a1be652
commit e80fa41e49
+3 -1
View File
@@ -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