panel: change combat timer default caption

This commit is contained in:
shagu
2016-12-27 15:53:15 +01:00
parent a6accb9053
commit 7cc10e61ee
+1 -1
View File
@@ -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)