Skip to content

Commit 545d6f4

Browse files
committed
missed one
1 parent e5580c3 commit 545d6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElvUI/Core/General/Tags.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ for textFormat in pairs(E.GetFormattedTextStyles) do
348348
end
349349
end, not E.Retail)
350350

351-
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)
351+
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)
352352
local min, max = GetClassPower(unit)
353353
if min ~= 0 then
354354
return E:GetFormattedText(textFormat, min, max, nil, true)

0 commit comments

Comments
 (0)