More minimap button fixes (#20)
* fix middle button on click map * fix pvp buttons
This commit is contained in:
parent
858706bac0
commit
37252b52e0
1 changed files with 9 additions and 9 deletions
|
|
@ -85,23 +85,23 @@ local menuList = {
|
|||
text = PLAYER_V_PLAYER,
|
||||
notCheckable = 1,
|
||||
func = function()
|
||||
ToggleFrame(PVPParentFrame)
|
||||
ToggleFrame(AscensionLFGFrame)
|
||||
end
|
||||
},
|
||||
{
|
||||
text = LFG_TITLE,
|
||||
notCheckable = 1,
|
||||
func = function()
|
||||
ToggleFrame(LFDParentFrame)
|
||||
end
|
||||
},
|
||||
{
|
||||
text = LOOKING_FOR_RAID,
|
||||
notCheckable = 1,
|
||||
func = function()
|
||||
ToggleFrame(LFRParentFrame)
|
||||
ToggleFrame(AscensionLFGFrame)
|
||||
end
|
||||
},
|
||||
-- {
|
||||
-- text = LOOKING_FOR_RAID,
|
||||
-- notCheckable = 1,
|
||||
-- func = function()
|
||||
-- ToggleFrame(LFRParentFrame)
|
||||
-- end
|
||||
-- },
|
||||
{
|
||||
text = MAINMENU_BUTTON,
|
||||
notCheckable = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue