From 93f5e8f25ae730f79e8f96a9a0b04892d6725a44 Mon Sep 17 00:00:00 2001 From: Simpy Date: Tue, 6 Feb 2024 13:00:17 -0500 Subject: [PATCH 1/3] charge supposed to be in retail, bump the priority to 2 --- ElvUI/Mainline/Filters/Filters.lua | 2 +- ElvUI/Wrath/Filters/Filters.lua | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ElvUI/Mainline/Filters/Filters.lua b/ElvUI/Mainline/Filters/Filters.lua index fdc430ed02..62adac9d41 100644 --- a/ElvUI/Mainline/Filters/Filters.lua +++ b/ElvUI/Mainline/Filters/Filters.lua @@ -156,9 +156,9 @@ G.unitframe.aurafilters.CCDebuffs = { [132169] = List(4), -- Storm Bolt [132168] = List(4), -- Shockwave [199085] = List(4), -- Warpath - [105771] = List(1), -- Charge [199042] = List(1), -- Thunderstruck [236077] = List(2), -- Disarm + [105771] = List(2), -- Charge -- Racial [20549] = List(4), -- War Stomp [107079] = List(4), -- Quaking Palm diff --git a/ElvUI/Wrath/Filters/Filters.lua b/ElvUI/Wrath/Filters/Filters.lua index cc51a7bc5e..ef94053a16 100644 --- a/ElvUI/Wrath/Filters/Filters.lua +++ b/ElvUI/Wrath/Filters/Filters.lua @@ -266,7 +266,6 @@ G.unitframe.aurafilters.CCDebuffs = { [58373] = List(2), -- Glyph of Hamstring [676] = List(2), -- Disarm [12323] = List(2), -- Piercing Howl - [105771] = List(2),-- Charge -- Racial [20549] = List(2), -- War Stomp [28730] = List(2), -- Arcane Torrent (Mana) From f1ed585fcf71df2d8aae5e48ba51fb353f75e8fa Mon Sep 17 00:00:00 2001 From: Simpy Date: Tue, 6 Feb 2024 18:34:45 -0500 Subject: [PATCH 2/3] Revert "shut down aura system busted on blizzard side atm" This reverts commit 50cfbbc54e76eb61dcf03d736c28c7f2d0d2da27. --- ElvUI/Core/Modules/Auras/Auras.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/ElvUI/Core/Modules/Auras/Auras.lua b/ElvUI/Core/Modules/Auras/Auras.lua index 518a70c930..5eed023504 100644 --- a/ElvUI/Core/Modules/Auras/Auras.lua +++ b/ElvUI/Core/Modules/Auras/Auras.lua @@ -548,8 +548,6 @@ function A:CreateAuraHeader(filter) end function A:Initialize() - if E.Classic then return end -- secure headers broken - if E.private.auras.disableBlizzard then _G.BuffFrame:Kill() From 84807c5b04ce7fa37fb0ab28fd4bd26e30bbc3e7 Mon Sep 17 00:00:00 2001 From: Simpy Date: Tue, 6 Feb 2024 19:25:16 -0500 Subject: [PATCH 3/3] prep 13.57 --- CHANGELOG.md | 3 +++ ElvUI/ElvUI_Classic.toc | 2 +- ElvUI/ElvUI_Mainline.toc | 2 +- ElvUI/ElvUI_Wrath.toc | 2 +- ElvUI_Libraries/ElvUI_Libraries_Classic.toc | 2 +- ElvUI_Libraries/ElvUI_Libraries_Mainline.toc | 2 +- ElvUI_Libraries/ElvUI_Libraries_Wrath.toc | 2 +- ElvUI_Options/ElvUI_Options_Classic.toc | 2 +- ElvUI_Options/ElvUI_Options_Mainline.toc | 2 +- ElvUI_Options/ElvUI_Options_Wrath.toc | 2 +- 10 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff7236b84..e8a0a7e8c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### Version 13.57 [ February 6th 2024 ] +* Classic: Blizzard fixed Top Auras + ### Version 13.56 [ February 6th 2024 ] * Style Filter error resolved * Group Loot frame backdrop fixed diff --git a/ElvUI/ElvUI_Classic.toc b/ElvUI/ElvUI_Classic.toc index 09f4246131..fb0a3f4c07 100644 --- a/ElvUI/ElvUI_Classic.toc +++ b/ElvUI/ElvUI_Classic.toc @@ -1,7 +1,7 @@ ## Title: |cff1784d1ElvUI|r |cfd9b9b9bClassic|r ## Notes: User Interface Replacement ## Author: Elv, Simpy -## Version: 13.56 +## Version: 13.57 ## SavedVariables: ElvDB, ElvPrivateDB ## SavedVariablesPerCharacter: ElvCharacterDB ## OptionalDeps: SharedMedia, Tukui, Masque diff --git a/ElvUI/ElvUI_Mainline.toc b/ElvUI/ElvUI_Mainline.toc index 59bbdfbaef..aad93998db 100644 --- a/ElvUI/ElvUI_Mainline.toc +++ b/ElvUI/ElvUI_Mainline.toc @@ -1,7 +1,7 @@ ## Title: |cff1784d1ElvUI|r ## Notes: User Interface Replacement ## Author: Elv, Simpy -## Version: 13.56 +## Version: 13.57 ## SavedVariables: ElvDB, ElvPrivateDB ## SavedVariablesPerCharacter: ElvCharacterDB ## OptionalDeps: SharedMedia, Tukui, Masque diff --git a/ElvUI/ElvUI_Wrath.toc b/ElvUI/ElvUI_Wrath.toc index d20d6e2bb7..82f6f88e22 100644 --- a/ElvUI/ElvUI_Wrath.toc +++ b/ElvUI/ElvUI_Wrath.toc @@ -1,7 +1,7 @@ ## Title: |cff1784d1ElvUI|r |cfd9b9b9bWrath|r ## Notes: User Interface Replacement ## Author: Elv, Simpy -## Version: 13.56 +## Version: 13.57 ## SavedVariables: ElvDB, ElvPrivateDB ## SavedVariablesPerCharacter: ElvCharacterDB ## OptionalDeps: SharedMedia, Tukui, Masque diff --git a/ElvUI_Libraries/ElvUI_Libraries_Classic.toc b/ElvUI_Libraries/ElvUI_Libraries_Classic.toc index 898d2f89b8..e90e6925b9 100644 --- a/ElvUI_Libraries/ElvUI_Libraries_Classic.toc +++ b/ElvUI_Libraries/ElvUI_Libraries_Classic.toc @@ -1,7 +1,7 @@ ## Title: |cff1784d1ElvUI|r |cfd9b9b9bLibraries|r ## Notes: Libraries that power ElvUI ## Author: Elv, Simpy -## Version: 13.56 +## Version: 13.57 ## Interface: 11501 ## OptionalDeps: LibHealComm-4.0 ## X-oUF: ElvUF diff --git a/ElvUI_Libraries/ElvUI_Libraries_Mainline.toc b/ElvUI_Libraries/ElvUI_Libraries_Mainline.toc index cca3da0fe8..7007e44e9f 100644 --- a/ElvUI_Libraries/ElvUI_Libraries_Mainline.toc +++ b/ElvUI_Libraries/ElvUI_Libraries_Mainline.toc @@ -1,7 +1,7 @@ ## Title: |cff1784d1ElvUI|r |cfd9b9b9bLibraries|r ## Notes: Libraries that power ElvUI ## Author: Elv, Simpy -## Version: 13.56 +## Version: 13.57 ## Interface: 100205 ## X-oUF: ElvUF ## IconTexture: Interface\AddOns\ElvUI\Core\Media\Textures\LogoAddon diff --git a/ElvUI_Libraries/ElvUI_Libraries_Wrath.toc b/ElvUI_Libraries/ElvUI_Libraries_Wrath.toc index 08627dec1d..63b7dadbd8 100644 --- a/ElvUI_Libraries/ElvUI_Libraries_Wrath.toc +++ b/ElvUI_Libraries/ElvUI_Libraries_Wrath.toc @@ -1,7 +1,7 @@ ## Title: |cff1784d1ElvUI|r |cfd9b9b9bLibraries|r ## Notes: Libraries that power ElvUI ## Author: Elv, Simpy -## Version: 13.56 +## Version: 13.57 ## Interface: 30403 ## OptionalDeps: LibHealComm-4.0 ## X-oUF: ElvUF diff --git a/ElvUI_Options/ElvUI_Options_Classic.toc b/ElvUI_Options/ElvUI_Options_Classic.toc index bd3dbdfd81..b481d589bc 100644 --- a/ElvUI_Options/ElvUI_Options_Classic.toc +++ b/ElvUI_Options/ElvUI_Options_Classic.toc @@ -1,7 +1,7 @@ ## Title: |cff1784d1ElvUI|r |cfd9b9b9bOptions|r ## Notes: Powers the configuration window.|n|cffff3333Does not store any profile data.|r ## Author: Elv, Simpy -## Version: 13.56 +## Version: 13.57 ## Interface: 11501 ## RequiredDeps: ElvUI ## LoadOnDemand: 1 diff --git a/ElvUI_Options/ElvUI_Options_Mainline.toc b/ElvUI_Options/ElvUI_Options_Mainline.toc index 05843fdb71..b505d3698e 100644 --- a/ElvUI_Options/ElvUI_Options_Mainline.toc +++ b/ElvUI_Options/ElvUI_Options_Mainline.toc @@ -1,7 +1,7 @@ ## Title: |cff1784d1ElvUI|r |cfd9b9b9bOptions|r ## Notes: Powers the configuration window.|n|cffff3333Does not store any profile data.|r ## Author: Elv, Simpy -## Version: 13.56 +## Version: 13.57 ## Interface: 100205 ## RequiredDeps: ElvUI ## LoadOnDemand: 1 diff --git a/ElvUI_Options/ElvUI_Options_Wrath.toc b/ElvUI_Options/ElvUI_Options_Wrath.toc index 7facc66292..47592c3ca5 100644 --- a/ElvUI_Options/ElvUI_Options_Wrath.toc +++ b/ElvUI_Options/ElvUI_Options_Wrath.toc @@ -1,7 +1,7 @@ ## Title: |cff1784d1ElvUI|r |cfd9b9b9bOptions|r ## Notes: Powers the configuration window.|n|cffff3333Does not store any profile data.|r ## Author: Elv, Simpy -## Version: 13.56 +## Version: 13.57 ## Interface: 30403 ## RequiredDeps: ElvUI ## LoadOnDemand: 1