Skip to content

Commit

Permalink
[Filters] Filger: Fix #151 in Classic Era / SoD
Browse files Browse the repository at this point in the history
  • Loading branch information
EsreverWoW committed Dec 1, 2023
1 parent 2805dc8 commit 7ee9ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShestakUI/Config/Filters_Vanilla/FilgerSpells.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1891,8 +1891,8 @@ C["filger_spells"] = {
{spellID = 14177, unitID = "player", caster = "player", filter = "BUFF"},
-- Evasion
{spellID = 5277, unitID = "player", caster = "player", filter = "BUFF"},
-- Envenom
{spellID = 32645, unitID = "399963", caster = "player", filter = "BUFF"},
-- Envenom [Season of Discovery]
{spellID = 399963, unitID = "399963", caster = "player", filter = "BUFF"},
-- Ghostly Strike
{spellID = 14278, unitID = "player", caster = "player", filter = "BUFF"},
-- Main Gauche [Season of Discovery]
Expand Down

0 comments on commit 7ee9ce1

Please sign in to comment.