From 39d34cfc8ebaf89645c1e4e0562a89b23873e7a2 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Tue, 18 Oct 2022 13:29:22 -0300 Subject: [PATCH] update on framework and openraidlib --- Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua | 4 ++++ boot.lua | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua b/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua index 65659383d..6102a17fb 100644 --- a/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua +++ b/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua @@ -229,6 +229,10 @@ LIB_OPEN_RAID_HEALING_POTIONS = { [6262] = 1, --Warlock's Healthstone } +LIB_OPEN_RAID_MANA_POTIONS = { + +} + --end of per expansion content -------------------------------------------------------------------------------------------- diff --git a/boot.lua b/boot.lua index 91550c1e0..8fc5c5111 100644 --- a/boot.lua +++ b/boot.lua @@ -6,8 +6,8 @@ local version, build, date, tocversion = GetBuildInfo() - _detalhes.build_counter = 10142 - _detalhes.alpha_build_counter = 10142 --if this is higher than the regular counter, use it instead + _detalhes.build_counter = 10143 + _detalhes.alpha_build_counter = 10143 --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