Skip to content

Commit

Permalink
[nMainbar] Fix error when clicking PvP in the picomenu
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Renström committed Oct 5, 2013
1 parent b60a0a1 commit 0947056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Interface/AddOns/nMainbar/modules/picomenu.lua
Expand Up @@ -103,7 +103,7 @@ local menuList = {
if (not PVPUIFrame) then
securecall(PVP_LoadUI)
end
securecall(PVPUIFrame_ShowFrame)
securecall(PVPUIFrame_ToggleFrame, 'PVPQueueFrame')
end,
tooltipTitle = securecall(MicroButtonTooltipText, PLAYER_V_PLAYER, 'TOGGLECHARACTER4'),
tooltipText = NEWBIE_TOOLTIP_PVP,
Expand Down

0 comments on commit 0947056

Please sign in to comment.