Add prev next buttons for HQ trash
add previous and next buttons in ButtonRegistry for the Hatequarry trash page
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user