Skip to content

Commit 9e20845

Browse files
committed
fix
1 parent 823bde3 commit 9e20845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ElvUI/Cata/Modules/Skins/PVP.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function S:SkinPVPFrame()
137137
end
138138

139139
if frame ~= _G.PVPConquestFrameWinReward then
140-
local honor = _G[frame..'HonorSymbol']
140+
local honor = _G[name..'HonorSymbol']
141141
if honor then
142142
honor:SetTexture(honorTexture)
143143
honor.SetTexture = E.noop
@@ -146,7 +146,7 @@ function S:SkinPVPFrame()
146146
end
147147
end
148148

149-
local conquest = _G[frame..'ArenaSymbol']
149+
local conquest = _G[name..'ArenaSymbol']
150150
if conquest then
151151
conquest:SetTexture(conquestTexture)
152152
conquest.SetTexture = E.noop

0 commit comments

Comments
 (0)