Dungeons menu + minor fixes

This commit is contained in:
Spit
2024-09-09 16:11:38 +03:00
committed by GitHub
parent b0afdf0c39
commit 6681d2c905
13 changed files with 1295 additions and 98 deletions
+2
View File
@@ -8,6 +8,8 @@ function AtlasLoot_WorldBossMenu()
getglobal("AtlasLootMenuItem_"..i):Hide();
getglobal("AtlasLootMenuItem_"..i).isheader = false;
end
AtlasLootCharDB.LastBoss = "WORLDBOSSMENU"
AtlasLootCharDB.LastBossText = "World Bosses"
getglobal("AtlasLootItemsFrame_BACK"):Hide();
getglobal("AtlasLootItemsFrame_NEXT"):Hide();
getglobal("AtlasLootItemsFrame_PREV"):Hide();