We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a1d2b commit 1134386Copy full SHA for 1134386
ElvUI/Cata/Modules/Skins/Character.lua
@@ -61,7 +61,7 @@ end
61
62
local function PaperDollFrameSetResistance(frame, unit, index)
63
local _, resistance = UnitResistance(unit, index)
64
- local icon = format('%s%d:12:12:0:0:64:64:4:55:4:55|t', spellSchoolIcon, index + 1)
+ local icon = format('|T%s%d:12:12:0:0:64:64:4:55:4:55|t', spellSchoolIcon, index + 1)
65
local name = frame:GetName()
66
67
_G[name..'Label']:SetFormattedText('%s '..STAT_FORMAT, icon, _G['SPELL_SCHOOL'..index..'_CAP'])
0 commit comments