File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
ElvUI/Mainline/Modules/Skins Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,7 @@ function S:Blizzard_PVPUI()
47
47
end
48
48
49
49
local PVPQueueFrame = _G .PVPQueueFrame
50
- PVPQueueFrame .HonorInset :StripTextures ()
51
- PVPQueueFrame .HonorInset .Background :Hide ()
50
+ PVPQueueFrame .HonorInset .NineSlice :Hide ()
52
51
53
52
PVPQueueFrame .CategoryButton1 .Icon :SetTexture (236396 ) -- interface\icons\achievement_bg_winwsg.blp
54
53
PVPQueueFrame .CategoryButton2 .Icon :SetTexture (236368 ) -- interface\icons\achievement_bg_killxenemies_generalsroom.blp
@@ -62,7 +61,9 @@ function S:Blizzard_PVPUI()
62
61
SeasonReward .Ring :Hide ()
63
62
64
63
-- Plunderstorm
65
- S :HandleButton (_G .PlunderstormFrame .StartQueue )
64
+ local PlunderstormFrame = _G .PlunderstormFrame
65
+ PlunderstormFrame .Inset :StripTextures ()
66
+ S :HandleButton (PlunderstormFrame .StartQueue )
66
67
S :HandleButton (_G .PVPQueueFrame .HonorInset .PlunderstormPanel .PlunderstoreButton )
67
68
68
69
-- Honor Frame
You can’t perform that action at this time.
0 commit comments