Skip to content

Commit

Permalink
lets try this
Browse files Browse the repository at this point in the history
  • Loading branch information
Repooc committed Jan 16, 2025
1 parent c218e5a commit b9fcf63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ElvUI/Mainline/Modules/Skins/PVP.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ function S:Blizzard_PVPUI()
end

local PVPQueueFrame = _G.PVPQueueFrame
PVPQueueFrame.HonorInset:StripTextures()
PVPQueueFrame.HonorInset.Background:Hide()
PVPQueueFrame.HonorInset.NineSlice:Hide()

PVPQueueFrame.CategoryButton1.Icon:SetTexture(236396) -- interface\icons\achievement_bg_winwsg.blp
PVPQueueFrame.CategoryButton2.Icon:SetTexture(236368) -- interface\icons\achievement_bg_killxenemies_generalsroom.blp
Expand All @@ -62,7 +61,9 @@ function S:Blizzard_PVPUI()
SeasonReward.Ring:Hide()

-- Plunderstorm
S:HandleButton(_G.PlunderstormFrame.StartQueue)
local PlunderstormFrame = _G.PlunderstormFrame
PlunderstormFrame.Inset:StripTextures()
S:HandleButton(PlunderstormFrame.StartQueue)
S:HandleButton(_G.PVPQueueFrame.HonorInset.PlunderstormPanel.PlunderstoreButton)

-- Honor Frame
Expand Down

0 comments on commit b9fcf63

Please sign in to comment.