Skip to content

Commit

Permalink
Correct Seal of Command ID (Fix #76)
Browse files Browse the repository at this point in the history
  • Loading branch information
EsreverWoW committed Sep 22, 2019
1 parent 24dfa1e commit 58a50f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ C["filger_spells"] = {
-- Sanctity Aura
-- {spellID = 20218, unitID = "player", caster = "player", filter = "BUFF"},
-- Seal of Command
{spellID = 20735, unitID = "player", caster = "player", filter = "BUFF"},
{spellID = 20375, unitID = "player", caster = "player", filter = "BUFF"},
-- Seal of Justice
{spellID = 20164, unitID = "player", caster = "player", filter = "BUFF"},
-- Seal of Light
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ if C.reminder.solo_buffs_enable == true then
[3] = { -- Seals group
["spells"] = {
21084, -- Seal of Righteousness
20735, -- Seal of Command
20375, -- Seal of Command
20164, -- Seal of Justice
20165, -- Seal of Light
20166, -- Seal of Wisdom
Expand Down

0 comments on commit 58a50f6

Please sign in to comment.