From 388154a5408f10b5c7ffc0f2fa4b874a700b23e8 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Mon, 12 Dec 2022 19:06:43 -0300 Subject: [PATCH] Lib Update --- Libs/LibOpenRaid/LibOpenRaid.lua | 4 ++-- Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua | 3 ++- boot.lua | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Libs/LibOpenRaid/LibOpenRaid.lua b/Libs/LibOpenRaid/LibOpenRaid.lua index 7d63cfd19..bd60a1fd4 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 = 85 +local CONST_LIB_VERSION = 86 if (not LIB_OPEN_RAID_MAX_VERSION) then LIB_OPEN_RAID_MAX_VERSION = CONST_LIB_VERSION @@ -1573,7 +1573,7 @@ openRaidLib.internalCallback.RegisterCallback("onLeaveCombat", openRaidLib.UnitI local specMainAttribute = openRaidLib.specAttribute[playerClass][specId] --1 int, 2 dex, 3 str if (not specId or not specMainAttribute) then - return {0, 0, 0, {}, {}} + return {0, 0, 0, {}, {}, {}} end --item level diff --git a/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua b/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua index 9906483a1..ecbd978a3 100644 --- a/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua +++ b/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua @@ -636,7 +636,7 @@ do [370665] = {cooldown = 60, duration = 0, specs = {1467, 1468}, talent = false, charges = 1, class = "EVOKER", type = 5}, --Rescue [363534] = {cooldown = 240, duration = 5, specs = {1468}, talent = false, charges = 1, class = "EVOKER", type = 4}, --Rewind - --[370537] = {cooldown = 90, duration = 30, specs = {1468}, talent = false, charges = 1, class = "EVOKER", type = 4}, --Stasis + [370537] = {cooldown = 90, duration = 30, specs = {1468}, talent = false, charges = 1, class = "EVOKER", type = 4}, --Stasis [357170] = {cooldown = 60, duration = 8, specs = {1468}, talent = false, charges = 1, class = "EVOKER", type = 3}, --Time Dilation [374968] = {cooldown = 120, duration = 10, specs = {1467, 1468}, talent = false, charges = 1, class = "EVOKER", type = 5}, --Time Spiral [374227] = {cooldown = 120, duration = 8, specs = {1467, 1468}, talent = false, charges = 1, class = "EVOKER", type = 4}, --Zephyr @@ -767,6 +767,7 @@ do [191427] = 200166, --187827 vengeance need to test these spellIds --191427 havoc + [370564] = 370537, -- Evoker Stasis } LIB_OPEN_RAID_MULTI_OVERRIDE_SPELLS = { [106898] = {106898,77764,77761}, diff --git a/boot.lua b/boot.lua index 3661af5cf..fb5ba8e2d 100644 --- a/boot.lua +++ b/boot.lua @@ -6,8 +6,8 @@ local addonName, Details222 = ... local version, build, date, tocversion = GetBuildInfo() - _detalhes.build_counter = 10335 - _detalhes.alpha_build_counter = 10335 --if this is higher than the regular counter, use it instead + _detalhes.build_counter = 10336 + _detalhes.alpha_build_counter = 10336 --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