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)