Skip to content

Commit 1134386

Browse files
committed
ss
1 parent e3a1d2b commit 1134386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElvUI/Cata/Modules/Skins/Character.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ end
6161

6262
local function PaperDollFrameSetResistance(frame, unit, index)
6363
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)
64+
local icon = format('|T%s%d:12:12:0:0:64:64:4:55:4:55|t', spellSchoolIcon, index + 1)
6565
local name = frame:GetName()
6666

6767
_G[name..'Label']:SetFormattedText('%s '..STAT_FORMAT, icon, _G['SPELL_SCHOOL'..index..'_CAP'])

0 commit comments

Comments
 (0)