From 7cc10e61eebcee6b3f772df012ab21cc2a009a40 Mon Sep 17 00:00:00 2001 From: shagu Date: Tue, 27 Dec 2016 15:53:15 +0100 Subject: [PATCH] panel: change combat timer default caption --- modules/panel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/panel.lua b/modules/panel.lua index ec3cd0ca..80d673c0 100644 --- a/modules/panel.lua +++ b/modules/panel.lua @@ -157,7 +157,7 @@ pfUI:RegisterModule("panel", function () end elseif event == "PLAYER_ENTERING_WORLD" then - pfUI.panel:OutputPanel("combat", "-- Combat --") + pfUI.panel:OutputPanel("combat", "Combat: N/A") end end)