From 2a173ab3ebd62629b878abbc1c7f415fe8f4b437 Mon Sep 17 00:00:00 2001 From: Anch Date: Tue, 22 Mar 2022 02:33:46 +1300 Subject: [PATCH] fixed atlas buttons to match the new menus --- AtlasLoot/Core/AtlasLoot.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AtlasLoot/Core/AtlasLoot.xml b/AtlasLoot/Core/AtlasLoot.xml index 35b0b41..d4c2d77 100644 --- a/AtlasLoot/Core/AtlasLoot.xml +++ b/AtlasLoot/Core/AtlasLoot.xml @@ -1346,7 +1346,7 @@ AtlasLoot_QuickLooks:Hide(); AtlasLootQuickLooksButton:Hide(); - AtlasLoot_GenerateAtlasMenu("SETMENU", AtlasLoot_AnchorFrame); + AtlasLoot_GenerateAtlasMenu("SETMENU"..AtlasLoot_Expac, AtlasLoot_AnchorFrame); local AL = LibStub("AceLocale-3.0"):GetLocale("AtlasLoot"); @@ -1367,7 +1367,7 @@ AtlasLoot_QuickLooks:Hide(); AtlasLootQuickLooksButton:Hide(); - AtlasLoot_GenerateAtlasMenu("REPMENU", AtlasLoot_AnchorFrame); + AtlasLoot_GenerateAtlasMenu("REPMENU"..AtlasLoot_Expac, AtlasLoot_AnchorFrame); local AL = LibStub("AceLocale-3.0"):GetLocale("AtlasLoot"); @@ -1388,7 +1388,7 @@ AtlasLoot_QuickLooks:Hide(); AtlasLootQuickLooksButton:Hide(); - AtlasLoot_GenerateAtlasMenu("PVPMENU", AtlasLoot_AnchorFrame); + AtlasLoot_GenerateAtlasMenu("PVPMENU"..AtlasLoot_Expac, AtlasLoot_AnchorFrame); local AL = LibStub("AceLocale-3.0"):GetLocale("AtlasLoot");