From 33e6a45f8dcd649ec81226362b33d924caee5d06 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Tue, 18 Oct 2022 14:15:33 -0300 Subject: [PATCH] bump --- Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua | 2 +- Libs/LibOpenRaid/ThingsToMantain_Shadowlands.lua | 1 + Libs/LibOpenRaid/ThingsToMantain_Wrath.lua | 1 + boot.lua | 4 ++-- frames/window_spellcategory.lua | 2 +- startup.lua | 2 ++ 6 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua b/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua index 6102a17fb..7dedf84c5 100644 --- a/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua +++ b/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua @@ -230,7 +230,7 @@ LIB_OPEN_RAID_HEALING_POTIONS = { } LIB_OPEN_RAID_MANA_POTIONS = { - + [370607] = 1, --Aerated Mana Potion -- CAST_SUCCESS | ENERGIZE } diff --git a/Libs/LibOpenRaid/ThingsToMantain_Shadowlands.lua b/Libs/LibOpenRaid/ThingsToMantain_Shadowlands.lua index 77d91dc51..4399e6caa 100644 --- a/Libs/LibOpenRaid/ThingsToMantain_Shadowlands.lua +++ b/Libs/LibOpenRaid/ThingsToMantain_Shadowlands.lua @@ -79,6 +79,7 @@ elseif (gameLanguage == "zhTW") then L["STRING_CRITICAL_ONLY"] = "致命" end +LIB_OPEN_RAID_MANA_POTIONS = {} LIB_OPEN_RAID_BLOODLUST = { [2825] = true, --bloodlust diff --git a/Libs/LibOpenRaid/ThingsToMantain_Wrath.lua b/Libs/LibOpenRaid/ThingsToMantain_Wrath.lua index 6d6bf1c7c..a0eb48632 100644 --- a/Libs/LibOpenRaid/ThingsToMantain_Wrath.lua +++ b/Libs/LibOpenRaid/ThingsToMantain_Wrath.lua @@ -79,6 +79,7 @@ elseif (gameLanguage == "zhTW") then L["STRING_CRITICAL_ONLY"] = "致命" end +LIB_OPEN_RAID_MANA_POTIONS = {} LIB_OPEN_RAID_FOOD_BUFF = {} --default LIB_OPEN_RAID_FLASK_BUFF = {} --default diff --git a/boot.lua b/boot.lua index 8fc5c5111..c19a37b60 100644 --- a/boot.lua +++ b/boot.lua @@ -6,8 +6,8 @@ local version, build, date, tocversion = GetBuildInfo() - _detalhes.build_counter = 10143 - _detalhes.alpha_build_counter = 10143 --if this is higher than the regular counter, use it instead + _detalhes.build_counter = 10144 + _detalhes.alpha_build_counter = 10144 --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 diff --git a/frames/window_spellcategory.lua b/frames/window_spellcategory.lua index 5d5b9a8d7..6ed2ad76b 100644 --- a/frames/window_spellcategory.lua +++ b/frames/window_spellcategory.lua @@ -24,7 +24,7 @@ Details.Survey = {} function Details.Survey.GetTargetCharacterForRealm() if (UnitFactionGroup("player") == "Horde") then - return "Fistbirtbrez" + return "FistbirtbrezPQ" end end diff --git a/startup.lua b/startup.lua index bba36a6a0..1c4311fc1 100644 --- a/startup.lua +++ b/startup.lua @@ -557,6 +557,7 @@ function Details:StartMeUp() --I'll never stop! end end) + --[=[ --survey for cooldown types are done if (DetailsFramework.IsDragonflight()) then DetailsFramework.Schedules.NewTimer(5, Details.RegisterDragonFlightEditMode) --run only on beta, remove on 10.0 launch @@ -569,6 +570,7 @@ function Details:StartMeUp() --I'll never stop! end end end + --]=] function Details:InstallOkey() return true