From b78b35e557bf56cdf9f5ec317252b826d648749c Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Tue, 9 May 2023 11:43:31 -0300 Subject: [PATCH] Removed the "Under Maintenance" from the breakdown window title --- boot.lua | 4 ++-- frames/window_playerbreakdown.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boot.lua b/boot.lua index 18e4e6a5a..d10496063 100644 --- a/boot.lua +++ b/boot.lua @@ -15,8 +15,8 @@ local addonName, Details222 = ... local version, build, date, tocversion = GetBuildInfo() - Details.build_counter = 11000 - Details.alpha_build_counter = 11000 --if this is higher than the regular counter, use it instead + Details.build_counter = 11001 + Details.alpha_build_counter = 11001 --if this is higher than the regular counter, use it instead Details.dont_open_news = true Details.game_version = version Details.userversion = version .. " " .. Details.build_counter diff --git a/frames/window_playerbreakdown.lua b/frames/window_playerbreakdown.lua index ff52ad58c..35a6e7628 100644 --- a/frames/window_playerbreakdown.lua +++ b/frames/window_playerbreakdown.lua @@ -550,7 +550,7 @@ function Details:CreateBreakdownWindow() end) --title - detailsFramework:NewLabel(breakdownWindow, breakdownWindow, nil, "titleText", Loc ["STRING_PLAYER_DETAILS"] .. " (|cFFFF8811Under Maintenance|r) - Report Bugs At Discord", "GameFontHighlightLeft", 12, {227/255, 186/255, 4/255}) + detailsFramework:NewLabel(breakdownWindow, breakdownWindow, nil, "titleText", Loc ["STRING_PLAYER_DETAILS"], "GameFontHighlightLeft", 12, {227/255, 186/255, 4/255}) breakdownWindow.titleText:SetPoint("center", breakdownWindow, "center") breakdownWindow.titleText:SetPoint("top", breakdownWindow, "top", 0, -6)