Skip to content

Commit

Permalink
Merge branch 'main' into ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Apr 16, 2024
2 parents 6f40d07 + 857670c commit 2f98992
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 202 deletions.
37 changes: 37 additions & 0 deletions ElvUI/Classic/Filters/Filters.lua
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,30 @@ if E.ClassicSOD then
RaidDebuffs[438732] = List(2) -- Toxic Ventilation
RaidDebuffs[438735] = List(2) -- High Voltage!
RaidDebuffs[438720] = List(2) -- Freezing
----------------------------------------------------------
---------------------- Sunken Temple ---------------------
----------------------------------------------------------
-- Atal'alarion
RaidDebuffs[437617] = List(2) -- Demolishing Smash
-- Festering Rotslime
RaidDebuffs[438142] = List(3) -- Gunk
-- Atal'ai Defenders
RaidDebuffs[446354] = List(2) -- Shield Slam
RaidDebuffs[446373] = List(2) -- Corrupted Slam
-- Dreamscythe and Weaver
RaidDebuffs[442622] = List(2) -- Acid Breath
-- Jammal'an and Ogom
RaidDebuffs[437868] = List(3) -- Agonizing Weakness
RaidDebuffs[437847] = List(6) -- Mortal Lash
-- Morphaz and Hazzas
RaidDebuffs[445158] = List(2) -- Lucid Dreaming
RaidDebuffs[445555] = List(3) -- On Fire!!
-- Shade of Eranikus
RaidDebuffs[437390] = List(6) -- Lethargic Poison
RaidDebuffs[437324] = List(2) -- Deep Slumber
-- Avatar of Hakkar
RaidDebuffs[444255] = List(6) -- Corrupted Blood
RaidDebuffs[444165] = List(5) -- Skeletal
end

--[[
Expand Down Expand Up @@ -724,6 +748,19 @@ if E.ClassicSOD then
RaidBuffs[436837] = List(2) -- Widget Fortress
-- Mekgineer Thermaplugg
RaidBuffs[438715] = List(2) -- Furnace Surge
----------------------------------------------------------
---------------------- Sunken Temple ---------------------
----------------------------------------------------------
-- Atal'ai Defenders
RaidBuffs[446356] = List(2) -- Improved Blocking
-- Dreamscythe and Weaver
RaidBuffs[443302] = List(6) -- Emerald Ward
-- Jammal'an and Ogom
RaidBuffs[437791] = List(6) -- Ritual Leader
-- Shade of Eranikus
RaidBuffs[437410] = List(6) -- Deep Slumber
-- Avatar of Hakkar
RaidBuffs[443917] = List(2) -- Tides of Blood
end

G.unitframe.aurawatch = {
Expand Down
Loading

0 comments on commit 2f98992

Please sign in to comment.