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)