Skip to content

Commit

Permalink
add channel ticks for mage runes (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zavoky authored Aug 7, 2024
1 parent 6ba71e9 commit 7e5915f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ElvUI/Classic/Filters/Filters.lua
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,10 @@ G.unitframe.ChannelTicks = {
}

if E.ClassicSOD then
-- Mage
G.unitframe.ChannelTicks[401417] = 3 -- Regeneration
G.unitframe.ChannelTicks[412510] = 3 -- Mass Regeneration
-- Priest
G.unitframe.ChannelTicks[402261] = 3 -- Penance (DPS)
G.unitframe.ChannelTicks[402277] = 3 -- Penance (Healing)
G.unitframe.ChannelTicks[413259] = 5 -- Mind Sear (Rune)
Expand Down

0 comments on commit 7e5915f

Please sign in to comment.