mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
nameplates: fix empty castbar icon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user