Skip to content

Commit

Permalink
Update Filters.lua (#1449)
Browse files Browse the repository at this point in the history
Wrong number of ticks for FoF shown, reduced by 1 to match the ingamebehaviour
  • Loading branch information
Hurstilol authored Jan 25, 2025
1 parent e6a1be1 commit f7a3e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI/Mainline/Filters/Filters.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ G.unitframe.ChannelTicks = {
[120360] = 15, -- Barrage
[257044] = 7, -- Rapid Fire
-- Monk
[113656] = 5, -- Fists of Fury
[113656] = 4, -- Fists of Fury
}

-- Spells that chain, second step
Expand Down

0 comments on commit f7a3e8d

Please sign in to comment.