From d3674bc82d9d19905b694eb64ce3c48d68e2fb04 Mon Sep 17 00:00:00 2001 From: shagu Date: Sun, 22 Mar 2020 22:13:03 +0100 Subject: [PATCH] buffwatch: remove text on unknown buff durations --- modules/buffwatch.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/buffwatch.lua b/modules/buffwatch.lua index 934dbaca..859b39f2 100644 --- a/modules/buffwatch.lua +++ b/modules/buffwatch.lua @@ -127,7 +127,7 @@ pfUI:RegisterModule("buffwatch", "vanilla:tbc", function () this.bar:SetValue(remaining > 0 and remaining or 0) if ( this.tick or 1) > GetTime() then return else this.tick = GetTime() + .1 end - this.time:SetText(remaining > 0 and GetColoredTimeString(remaining) or "N/A") + this.time:SetText(remaining > 0 and GetColoredTimeString(remaining) or "") end local function StatusBarRefreshParent()