Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Dec 1, 2024
1 parent e5580c3 commit 545d6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI/Core/General/Tags.lua
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ for textFormat in pairs(E.GetFormattedTextStyles) do
end
end, not E.Retail)

E:AddTag(format('classpower:%s:shortvalue', tagFormat), (E.myclass == 'MONK' and 'UNIT_AURA ' or E.myclass == 'DEATHKNIGHT' and 'RUNE_POWER_UPDATE ' or '') .. 'UNIT_POWER_UPDATE UNIT_DISPLAYPOWER', function(unit)
E:AddTag(format('classpower:%s:shortvalue', tagFormat), (E.myclass == 'MONK' and 'UNIT_AURA ' or E.myclass == 'DEATHKNIGHT' and 'RUNE_POWER_UPDATE ' or '') .. 'UNIT_POWER_FREQUENT UNIT_DISPLAYPOWER', function(unit)
local min, max = GetClassPower(unit)
if min ~= 0 then
return E:GetFormattedText(textFormat, min, max, nil, true)
Expand Down

0 comments on commit 545d6f4

Please sign in to comment.