Skip to content

Commit

Permalink
Version Up
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Mar 14, 2024
1 parent 42abffa commit c1458d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
local addonName, Details222 = ...
local version, build, date, tocversion = GetBuildInfo()

Details.build_counter = 12552
Details.alpha_build_counter = 12552 --if this is higher than the regular counter, use it instead
Details.build_counter = 12553
Details.alpha_build_counter = 12553 --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
1 change: 1 addition & 0 deletions frames/window_breakdown/window_playerbreakdown_list.lua
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ local createSegmentsScrollBox = function(breakdownWindowFrame, breakdownSideMenu
return
end

--current breakdown combat
local currentBKCombat = Details:GetCombatFromBreakdownWindow()
--unique combat id from the combat the breakdown window is using
local currentBKCombatUniqueID = currentBKCombat:GetCombatUID()
Expand Down

0 comments on commit c1458d4

Please sign in to comment.