diff --git a/EnhancedRaidFrames.toc b/EnhancedRaidFrames.toc index 3aa89ac..d90b816 100644 --- a/EnhancedRaidFrames.toc +++ b/EnhancedRaidFrames.toc @@ -1,4 +1,4 @@ -## Interface: 11504, 40401, 110005 +## Interface: 11505, 40401, 110005 ## Title: Enhanced Raid Frames ## Notes: Enhances the Blizzard raid frames with configurable Buff/Debuff indicators ## IconTexture: Interface\Icons\spell_holy_borrowedtime diff --git a/Libs/LibDualSpec-1.0/CHANGES.txt b/Libs/LibDualSpec-1.0/CHANGES.txt index 0368587..5bea85a 100644 --- a/Libs/LibDualSpec-1.0/CHANGES.txt +++ b/Libs/LibDualSpec-1.0/CHANGES.txt @@ -1,12 +1,12 @@ -tag 83f5d1251166a2bf44a782acbc10ed0a01420131 v1.24.0 +tag ada8b4e72724e1f694a18b742ca1e885a516e9f4 v1.24.2 Author: Kyle Buller -Date: Wed Jul 10 02:16:07 2024 -0500 +Date: Tue Nov 19 19:11:39 2024 -0600 -Tagging as v1.24.0 +Tagging as v1.24.2 -commit e0da0f71030bc52fd07cdaf56543c139fdc09276 +commit 15130682a8f7020c91dccd9ae6da2c03fc806549 Author: Kyle Buller -Date: Wed Jul 10 01:46:35 2024 -0500 +Date: Tue Nov 19 19:11:30 2024 -0600 - Add support for Wrath Classic (China) + Update load guard for Classic Anniversary (HC) diff --git a/Libs/LibDualSpec-1.0/LibDualSpec-1.0.lua b/Libs/LibDualSpec-1.0/LibDualSpec-1.0.lua index 60c9ae3..22dae7c 100644 --- a/Libs/LibDualSpec-1.0/LibDualSpec-1.0.lua +++ b/Libs/LibDualSpec-1.0/LibDualSpec-1.0.lua @@ -31,8 +31,8 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --]] --- Only load in Classic Era on Season of Discovery realms -if WOW_PROJECT_ID == WOW_PROJECT_CLASSIC and C_Seasons.GetActiveSeason() ~= 2 then return end +-- Only load in Classic Era on Season of Discovery and Anniversary realms +if WOW_PROJECT_ID == WOW_PROJECT_CLASSIC and C_Seasons.GetActiveSeason() ~= 2 and C_Seasons.GetActiveSeason() ~= 11 and C_Seasons.GetActiveSeason() ~= 12 then return end local MAJOR, MINOR = "LibDualSpec-1.0", 24 assert(LibStub, MAJOR.." requires LibStub") diff --git a/Libs/LibDualSpec-1.0/LibDualSpec-1.0.toc b/Libs/LibDualSpec-1.0/LibDualSpec-1.0.toc index 80f606a..a6963fb 100644 --- a/Libs/LibDualSpec-1.0/LibDualSpec-1.0.toc +++ b/Libs/LibDualSpec-1.0/LibDualSpec-1.0.toc @@ -1,8 +1,8 @@ -## Interface: 11503, 30403, 40400, 100207 +## Interface: 11505, 20504, 30403, 40401, 110005, 110007 ## LoadOnDemand: 1 ## Title: Lib: DualSpec-1.0 -## Version: v1.24.0 -## X-Date: 2024-07-10T6:46:35Z +## Version: v1.24.2 +## X-Date: 2024-11-20T1:11:30Z ## Notes: Adds spec switching support to individual AceDB-3.0 databases. ## Author: Adirelle, Nebula ## OptionalDeps: Ace3