Skip to content

Commit

Permalink
add Stone Bulwark to filters
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Nov 25, 2024
1 parent acb5fde commit af092c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ElvUI/Mainline/Filters/Filters.lua
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ G.unitframe.aurafilters.TurtleBuffs = {
[45182] = List(), -- Cheating Death
[199027] = List(), -- Veil of Midnight
-- Shaman
[114893] = List(), -- Stone Bulwark
[462844] = List(), -- Stone Bulwark (additional)
[325174] = List(), -- Spirit Link
[974] = List(), -- Earth Shield
[207654] = List(), -- Servant of the Queen
Expand Down Expand Up @@ -585,6 +587,8 @@ G.unitframe.aurafilters.Whitelist = {
[2983] = List(), -- Sprint
[202665] = List(), -- Curse of the Dreadblades (Self Debuff)
-- Shaman
[114893] = List(), -- Stone Bulwark
[462844] = List(), -- Stone Bulwark (additional)
[325174] = List(), -- Spirit Link
[974] = List(), -- Earth Shield
[207654] = List(), -- Servant of the Queen
Expand Down

0 comments on commit af092c0

Please sign in to comment.