Version Up
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user