Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added Camouflage (player) [Hunter]
  • Loading branch information
lanseb committed Jul 31, 2015
1 parent 94b40d7 commit 97dc854
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ShestakUI_Filger/Config/Spells.lua
Expand Up @@ -660,6 +660,8 @@ C["filger_spells"] = {
{spellID = 118455, unitID = "pet", caster = "player", filter = "BUFF"},
-- Bestial Wrath
{spellID = 19574, unitID = "player", caster = "player", filter = "BUFF"},
-- Camouflage
{spellID = 51755, unitID = "player", caster = "player", filter = "BUFF"},
-- Deterrence
{spellID = 19263, unitID = "player", caster = "player", filter = "BUFF"},
-- Focus Fire
Expand Down Expand Up @@ -3351,6 +3353,8 @@ C["filger_spells"] = {
-- Hunter
-- Ankle Crack (Crocolisk)
{spellID = 50433, unitID = "player", caster = "all", filter = "DEBUFF"},
-- Aspect of the Cheetah
{spellID = 5118, unitID = "player", caster = "all", filter = "BUFF"},
-- Aspect of the Pack
{spellID = 13159, unitID = "player", caster = "all", filter = "BUFF"},
-- Binding Shot
Expand Down

0 comments on commit 97dc854

Please sign in to comment.