Skip to content

Commit

Permalink
[Filters] Add additional effect from Shamanistic Rage in SoD
Browse files Browse the repository at this point in the history
  • Loading branch information
EsreverWoW committed Nov 28, 2023
1 parent b91b77d commit 726d12b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ShestakUI/Config/Filters_Vanilla/FilgerSpells.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2228,7 +2228,7 @@ C["filger_spells"] = {
-- Sentry Totem
-- {spellID = 6495, unitID = "player", caster = "player", filter = "BUFF"},
-- Shamanistic Rage [Season of Discovery]
{spellID = 425336, unitID = "player", caster = "player", filter = "BUFF"},
{spellID = 425336, unitID = "player", caster = "player", filter = "BUFF", absID = true},
-- Stoneskin Totem
-- {spellID = 8072, unitID = "player", caster = "player", filter = "BUFF"},
-- Strength of Earth
Expand Down Expand Up @@ -2484,7 +2484,7 @@ C["filger_spells"] = {
-- Reincarnation
{spellID = 20608, filter = "CD"},
-- Shamanistic Rage [Season of Discovery]
{spellID = 425336, filter = "CD"},
{spellID = 425336, filter = "CD", absID = true},
-- Stoneclaw Totem
{spellID = 5730, filter = "CD"},
-- Stormstrike
Expand Down Expand Up @@ -3299,6 +3299,8 @@ C["filger_spells"] = {
{spellID = 20233, unitID = "player", caster = "all", filter = "BUFF"},
-- Power Word: Barrier [Season of Discovery]
{spellID = 425205, unitID = "player", caster = "all", filter = "BUFF"},
-- Shamanistic Rage [Season of Discovery]
{spellID = 433255, unitID = "player", caster = "all", filter = "BUFF", absID = true},

-- Other
-- Innervate
Expand Down

0 comments on commit 726d12b

Please sign in to comment.