From e555d2c60f505bd21daf8172c358ce70661a643c Mon Sep 17 00:00:00 2001 From: Gescht Date: Fri, 19 May 2023 01:09:20 +0200 Subject: [PATCH] Add prev next buttons for HQ trash add previous and next buttons in ButtonRegistry for the Hatequarry trash page --- Core/ButtonRegistry.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Core/ButtonRegistry.lua b/Core/ButtonRegistry.lua index 5b6dbff..b547f97 100644 --- a/Core/ButtonRegistry.lua +++ b/Core/ButtonRegistry.lua @@ -39,9 +39,16 @@ AtlasLoot_ButtonRegistry = { }; ["HQHargeshDoomcaller"] = { Title = AL["Hargesh Doomcaller"]; + Next_Page = "HQTrash"; + Next_Title = AL["Trash Mobs"]; Prev_Page = "HQHatereaverAnnihilator"; Prev_Title = AL["Hatereaver Annihilator"]; }; + ["HQTrash"] = { + Title = AL["Trash Mobs"]; + Prev_Page = "HQHargeshDoomcaller"; + Prev_Title = AL["Hargesh Doomcaller"]; + }; ["BRDLordRoccor"] = { Title = AL["Lord Roccor"]; Next_Page = "BRDHighInterrogatorGerstahn";