Skip to content

Commit

Permalink
add priest proc
Browse files Browse the repository at this point in the history
Power of the Naaru proc
  • Loading branch information
b2499349 committed Oct 24, 2017
1 parent cb9730a commit 1c7be91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ShestakUI/Config/Filters/FilgerSpells.lua
Expand Up @@ -2117,6 +2117,8 @@ C["filger_spells"] = {
{spellID = 20711, unitID = "player", caster = "all", filter = "BUFF"},
-- Divinity
{spellID = 197030, unitID = "player", caster = "player", filter = "BUFF"},
-- Power of the Naaru
{spellID = 196490, unitID = "player", caster = "player", filter = "BUFF"},
-- Archangel
{spellID = 197862, unitID = "player", caster = "player", filter = "BUFF"},
-- Vampiric Embrace
Expand Down Expand Up @@ -4427,4 +4429,4 @@ C["filger_spells"] = {
{spellID = 226510, unitID = "target", caster = "all", filter = "BUFF"},
},
},
}
}

0 comments on commit 1c7be91

Please sign in to comment.