Skip to content

Commit

Permalink
[retail] Fix error when opening pvp frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Gethe committed Feb 27, 2022
1 parent 6809c82 commit baa7c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Skin/Retail/Interface/AddOns/Blizzard_PVPUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function private.AddOns.Blizzard_PVPUI()
Skin.PVPCasualStandardButtonTemplate(BonusFrame.RandomEpicBGButton)
Skin.PVPCasualStandardButtonTemplate(BonusFrame.Arena1Button)
Skin.PVPCasualStandardButtonTemplate(BonusFrame.BrawlButton)
Skin.PVPCasualSpecialEventButtonTemplate(BonusFrame.SpecialEventButton)
Skin.PVPCasualStandardButtonTemplate(BonusFrame.BrawlButton2)
BonusFrame.ShadowOverlay:Hide()

Skin.MagicButtonTemplate(HonorFrame.QueueButton)
Expand Down

0 comments on commit baa7c70

Please sign in to comment.