diff --git a/modules/nameplates.lua b/modules/nameplates.lua index 1f23bb08..087be7a2 100644 --- a/modules/nameplates.lua +++ b/modules/nameplates.lua @@ -559,7 +559,7 @@ pfUI:RegisterModule("nameplates", 20400, function () end if icon then - healthbar.castbar.icon:SetTexture("Interface\\Icons\\" .. texture) + healthbar.castbar.icon:SetTexture(texture) healthbar.castbar.icon:SetTexCoord(.1,.9,.1,.9) end end