Updated Lib Open Raid

This commit is contained in:
Tercio Jose
2022-11-24 16:58:03 -03:00
parent 3060591a0c
commit ec2906aeb2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -64,7 +64,7 @@ if (WOW_PROJECT_ID ~= WOW_PROJECT_MAINLINE and not isExpansion_Dragonflight()) t
end
local major = "LibOpenRaid-1.0"
local CONST_LIB_VERSION = 78
local CONST_LIB_VERSION = 79
LIB_OPEN_RAID_CAN_LOAD = false
local unpack = table.unpack or _G.unpack
@@ -2244,7 +2244,7 @@ function openRaidLib.CooldownManager.OnReceiveUnitCooldowns(data, unitName)
--unpack the table as a pairs table
local unpackedTable = openRaidLib.UnpackTable(data, 1, true, true, CONST_COOLDOWN_INFO_SIZE)
--local unpackedTable = openRaidLib.UnpackTable(data, 1, true, true, 5)
dumpt(unpackedTable)
--dumpt(unpackedTable)
--add the list of cooldowns
openRaidLib.CooldownManager.AddUnitCooldownsList(unitName, unpackedTable)
+2 -2
View File
@@ -6,8 +6,8 @@
local addonName, Details222 = ...
local version, build, date, tocversion = GetBuildInfo()
_detalhes.build_counter = 10285
_detalhes.alpha_build_counter = 10285 --if this is higher than the regular counter, use it instead
_detalhes.build_counter = 10286
_detalhes.alpha_build_counter = 10286 --if this is higher than the regular counter, use it instead
_detalhes.dont_open_news = true
_detalhes.game_version = version
_detalhes.userversion = version .. " " .. _detalhes.build_counter