Skip to content

Commit

Permalink
Shadowlands/Valinor: Fix castbar flag
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jul 30, 2023
1 parent 2c57436 commit 7ad87af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shadowlands/Valinor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ mod.worldBoss = 167524
function mod:GetOptions()
return {
{327274, "CASTBAR"}, -- Unleashed Anima
{327246, "CASTBAR"}, -- Anima Charge
327246, -- Anima Charge
{327280, "CASTBAR"}, -- Recharge Anima
{327262, "ICON", "ME_ONLY_EMPHASIZE"}, -- Charged Anima Blast
{327262, "ICON", "ME_ONLY_EMPHASIZE", "CASTBAR"}, -- Charged Anima Blast
{327255, "TANK"}, -- Mark of Penitence
}
end
Expand Down

0 comments on commit 7ad87af

Please sign in to comment.