From c1458d448f0c98cd56a8776f38e32587123d3def Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Thu, 14 Mar 2024 10:27:49 -0300 Subject: [PATCH] Version Up --- boot.lua | 4 ++-- frames/window_breakdown/window_playerbreakdown_list.lua | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/boot.lua b/boot.lua index 0b49fcf1..e39a0d61 100644 --- a/boot.lua +++ b/boot.lua @@ -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 diff --git a/frames/window_breakdown/window_playerbreakdown_list.lua b/frames/window_breakdown/window_playerbreakdown_list.lua index 018c38a8..16b7821e 100644 --- a/frames/window_breakdown/window_playerbreakdown_list.lua +++ b/frames/window_breakdown/window_playerbreakdown_list.lua @@ -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()