Skip to content

Commit

Permalink
Removed the "Under Maintenance" from the breakdown window title
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed May 9, 2023
1 parent a54e80c commit b78b35e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frames/window_playerbreakdown.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit b78b35e

Please sign in to comment.