Add prev next buttons for HQ trash

add previous and next buttons in ButtonRegistry for the Hatequarry trash page
This commit is contained in:
Gescht
2023-05-19 01:09:20 +02:00
parent 687dc418f5
commit e555d2c60f
+7
View File
@@ -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";