Skip to content

Commit

Permalink
Augmentation spells fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Jul 13, 2023
1 parent 1d1c88b commit 527f73b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -575,13 +575,13 @@ if playerClass == "EVOKER" then


-- Ebon Might
A{ id = { 395152 }, type = "HELPFUL", assignto = set("bars"), extend_below = 10, color = { 1, .3, .3}, priority = 90 }
A{ id = { 395152 }, type = "HELPFUL", assignto = set("bars"), extend_below = 10, infoType = "DURATION", isMine = true, color = { 1, .3, .3}, priority = 90 }

-- Prescience
A{ id = { 410089 }, type = "HELPFUL", assignto = set("bars"), color = { 1, .3, .3}, priority = 80 }
A{ id = { 410089 }, type = "HELPFUL", assignto = set("bars"), color = { 1, .3, .3}, infoType = "DURATION", isMine = true, priority = 80 }

-- Blistering Scales
A{ id = { 360827 }, type = "HELPFUL", assignto = set("bar4"), color = { 0.6, 0.6, 0.4}, priority = 82 }
A{ id = { 360827 }, type = "HELPFUL", assignto = set("bar4"), color = { 0.6, 0.6, 0.4}, infoType = "DURATION", isMine = true, priority = 82 }

config.UnitInRangeFunctions = {
RangeCheckBySpell(361469),
Expand Down

0 comments on commit 527f73b

Please sign in to comment.