Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added Void Entropy and Stellar Flare
  • Loading branch information
ViksUI committed Aug 5, 2015
1 parent 6805ac2 commit 9b19ab9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ShestakUI_Filger/Config/Spells.lua
Expand Up @@ -537,6 +537,8 @@ C["filger_spells"] = {
{spellID = 8936, unitID = "target", caster = "player", filter = "BUFF"},
-- Wild Growth
{spellID = 48438, unitID = "target", caster = "player", filter = "BUFF"},
-- Stellar Flare
{spellID = 152221, unitID = "target", caster = "player", filter = "BUFF"},
},
{
Name = "PVE/PVP_CC",
Expand Down Expand Up @@ -1932,6 +1934,8 @@ C["filger_spells"] = {
{spellID = 589, unitID = "target", caster = "player", filter = "DEBUFF"},
-- Vampiric Touch
{spellID = 34914, unitID = "target", caster = "player", filter = "DEBUFF"},
-- Void Entropy
{spellID = 155361, unitID = "target", caster = "player", filter = "BUFF"},
},
{
Name = "PVE/PVP_CC",
Expand Down

0 comments on commit 9b19ab9

Please sign in to comment.