correct navigation buttons in upper kara

This commit is contained in:
Spit
2026-07-27 20:12:24 +03:00
parent c1464f1fe9
commit fe5a26eab4
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -512,18 +512,18 @@ AtlasLoot_ButtonRegistry = {
Back_Page = "DUNGEONSMENU2", Back_Page = "DUNGEONSMENU2",
}, },
["UKHSanvTasdal"] = { ["UKHSanvTasdal"] = {
Next_Page = "UKHKruul", Next_Page = "UKHRupturan",
Prev_Page = "UKHKing", Prev_Page = "UKHKing",
Back_Page = "DUNGEONSMENU2", Back_Page = "DUNGEONSMENU2",
}, },
["UKHKruul"] = { ["UKHRupturan"] = {
Next_Page = "UKHRupturan",
Prev_Page = "UKHSanvTasdal", Prev_Page = "UKHSanvTasdal",
Next_Page = "UKHKruul",
Back_Page = "DUNGEONSMENU2", Back_Page = "DUNGEONSMENU2",
}, },
["UKHRupturan"] = { ["UKHKruul"] = {
Prev_Page = "UKHKruul",
Next_Page = "UKHMephistroth", Next_Page = "UKHMephistroth",
Prev_Page = "UKHRupturan",
Back_Page = "DUNGEONSMENU2", Back_Page = "DUNGEONSMENU2",
}, },
["UKHMephistroth"] = { ["UKHMephistroth"] = {
+1 -1
View File
@@ -1225,8 +1225,8 @@ AtlasLoot_HewdropDown_SubTables = {
{ AL["Echo of Medivh"], "UKHEcho" }, { AL["Echo of Medivh"], "UKHEcho" },
{ AL["King (Chess fight)"], "UKHKing" }, { AL["King (Chess fight)"], "UKHKing" },
{ AL["Sanv Tas'dal"], "UKHSanvTasdal" }, { AL["Sanv Tas'dal"], "UKHSanvTasdal" },
{ AL["Kruul"], "UKHKruul" },
{ AL["Rupturan the Broken"], "UKHRupturan" }, { AL["Rupturan the Broken"], "UKHRupturan" },
{ AL["Kruul"], "UKHKruul" },
{ AL["Mephistroth"], "UKHMephistroth" }, { AL["Mephistroth"], "UKHMephistroth" },
{ AL["Trash Mobs"], "UKHTrash" }, { AL["Trash Mobs"], "UKHTrash" },
}, },