From d152c1e23821533192c6a4e79a0f885bf260f9fb Mon Sep 17 00:00:00 2001 From: shagu Date: Sun, 21 Apr 2019 18:20:28 +0200 Subject: [PATCH] nameplates: fix empty castbar icon --- modules/nameplates.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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