From fe5a26eab48277e73a070a5b1250e1cd44102f78 Mon Sep 17 00:00:00 2001 From: Spit <19otari98@gmail.com> Date: Mon, 27 Jul 2026 20:12:24 +0300 Subject: [PATCH] correct navigation buttons in upper kara --- Core/ButtonRegistry.lua | 10 +++++----- Database/Menus.lua | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Core/ButtonRegistry.lua b/Core/ButtonRegistry.lua index 265375c..35fcdf5 100644 --- a/Core/ButtonRegistry.lua +++ b/Core/ButtonRegistry.lua @@ -512,18 +512,18 @@ AtlasLoot_ButtonRegistry = { Back_Page = "DUNGEONSMENU2", }, ["UKHSanvTasdal"] = { - Next_Page = "UKHKruul", + Next_Page = "UKHRupturan", Prev_Page = "UKHKing", Back_Page = "DUNGEONSMENU2", }, - ["UKHKruul"] = { - Next_Page = "UKHRupturan", + ["UKHRupturan"] = { Prev_Page = "UKHSanvTasdal", + Next_Page = "UKHKruul", Back_Page = "DUNGEONSMENU2", }, - ["UKHRupturan"] = { - Prev_Page = "UKHKruul", + ["UKHKruul"] = { Next_Page = "UKHMephistroth", + Prev_Page = "UKHRupturan", Back_Page = "DUNGEONSMENU2", }, ["UKHMephistroth"] = { diff --git a/Database/Menus.lua b/Database/Menus.lua index 449397a..4142d10 100644 --- a/Database/Menus.lua +++ b/Database/Menus.lua @@ -1225,8 +1225,8 @@ AtlasLoot_HewdropDown_SubTables = { { AL["Echo of Medivh"], "UKHEcho" }, { AL["King (Chess fight)"], "UKHKing" }, { AL["Sanv Tas'dal"], "UKHSanvTasdal" }, - { AL["Kruul"], "UKHKruul" }, { AL["Rupturan the Broken"], "UKHRupturan" }, + { AL["Kruul"], "UKHKruul" }, { AL["Mephistroth"], "UKHMephistroth" }, { AL["Trash Mobs"], "UKHTrash" }, },