From ec2906aeb2c9be7f2dd839a81ba76f35601672f5 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Thu, 24 Nov 2022 16:58:03 -0300 Subject: [PATCH] Updated Lib Open Raid --- Libs/LibOpenRaid/LibOpenRaid.lua | 4 ++-- boot.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Libs/LibOpenRaid/LibOpenRaid.lua b/Libs/LibOpenRaid/LibOpenRaid.lua index 1213815c..1ebdd5ad 100644 --- a/Libs/LibOpenRaid/LibOpenRaid.lua +++ b/Libs/LibOpenRaid/LibOpenRaid.lua @@ -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) diff --git a/boot.lua b/boot.lua index 5830ab7c..bdb73b58 100644 --- a/boot.lua +++ b/boot.lua @@ -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