diff --git a/CHANGELOG.md b/CHANGELOG.md index 1152226761..22e168a25f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +### Version 13.61 [ April 2nd 2024 ] +* Microbar Support Ticket button in middle of screen. +* Minimap Icons not hiding when using the keybind for Toggle Minimap. +* No Label, Decimal Length, Custom Label options for the Leech Datatext. +* Minimap Difficulty icon not respecting offsets on Wrath. +* Party and RaidPets not spawning until after combat. +* SoD Mage at low level having incorrect range on friendly NPCs. +* Wrath Nightelf Shadowmeld causing a taint during combat. +* LibDispel Bleed list updated again. +* Chat AFK and DND not displaying on Retail. + ### Version 13.60 [ March 19th 2024 ] * Difficulty Icon on Minimap improved, resolving an issue with the mouseover tooltip. * Pet Battle XP bar overlapped Pass button. diff --git a/ElvUI/Classic/Filters/Filters.lua b/ElvUI/Classic/Filters/Filters.lua index 6209b84f31..d31466a18c 100644 --- a/ElvUI/Classic/Filters/Filters.lua +++ b/ElvUI/Classic/Filters/Filters.lua @@ -448,6 +448,7 @@ if E.ClassicSOD then -- Whitelist World Event Auras Whitelist[433804] = List(6) -- Blood for the Blood Loa Whitelist[441785] = List(6) -- Drained of Blood + Whitelist[437751] = List(6) -- Bruised Whitelist[436351] = List(6) -- Zandalari Ward Whitelist[429959] = List(2) -- Well-Rested -- Priest Rune Meditations @@ -902,6 +903,7 @@ G.unitframe.ChannelTicks = { if E.ClassicSOD then G.unitframe.ChannelTicks[402261] = 3 -- Penance (DPS) G.unitframe.ChannelTicks[402277] = 3 -- Penance (Healing) + G.unitframe.ChannelTicks[413259] = 5 -- Mind Sear (Rune) end -- Spells that chain, second step diff --git a/ElvUI/Classic/Modules/DataTexts/Load_DataTexts.xml b/ElvUI/Classic/Modules/DataTexts/Load_DataTexts.xml index 5eaea5a3b6..cf825e5b62 100644 --- a/ElvUI/Classic/Modules/DataTexts/Load_DataTexts.xml +++ b/ElvUI/Classic/Modules/DataTexts/Load_DataTexts.xml @@ -12,4 +12,5 @@