diff --git a/libs/oUF_Plugins/oUF_SimpleAuras/oUF_SimpleAuras.lua b/libs/oUF_Plugins/oUF_SimpleAuras/oUF_SimpleAuras.lua index 6dc44a1..04924a0 100644 --- a/libs/oUF_Plugins/oUF_SimpleAuras/oUF_SimpleAuras.lua +++ b/libs/oUF_Plugins/oUF_SimpleAuras/oUF_SimpleAuras.lua @@ -278,7 +278,7 @@ local function updateIcon(element, unit, index, position, filter, isDebuff) end if(button.icon) then button.icon:SetTexture(texture) end - if(button.count) then button.count:SetText(count > 1 and count) end + if(button.count) then button.count:SetText(count > 1 and count or "") end local size local preventBuffGrowth, preventDebuffGrowth = (element.buffAnchor == "INFRAME" or element.buffAnchor == "INFRAMECENTER"), (element.debuffAnchor == "INFRAME" or element.debuffAnchor == "INFRAMECENTER") @@ -860,4 +860,4 @@ local function Disable(self) end end -oUF:AddElement("SimpleAuras", Update, Enable, Disable) \ No newline at end of file +oUF:AddElement("SimpleAuras", Update, Enable, Disable)