Missing BS page

This commit is contained in:
Lexie
2023-11-12 14:43:39 +11:00
parent 2a5d62d195
commit c481bd42a8
3 changed files with 16 additions and 2 deletions
+11 -2
View File
@@ -4399,14 +4399,23 @@ AtlasLoot_ButtonRegistry = {
Back_Title = AL["Blacksmithing"];
Prev_Page = "SmithingArtisan2";
Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"];
Next_Page = "Armorsmith1";
Next_Page = "SmithingArtisan4";
Next_Title = AL["Blacksmithing"] .. ": " .. AL["Armorsmith"];
};
["SmithingArtisan4"] = {
Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"];
Back_Page = "SMITHINGMENU";
Back_Title = AL["Blacksmithing"];
Prev_Page = "SmithingArtisan3";
Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"];
Next_Page = "Armorsmith1";
Next_Title = AL["Blacksmithing"] .. ": " .. AL["Armorsmith"];
};
["Armorsmith1"] = {
Title = AL["Blacksmithing"] .. ": " .. AL["Armorsmith"];
Back_Page = "SMITHINGMENU";
Back_Title = AL["Blacksmithing"];
Prev_Page = "SmithingArtisan3";
Prev_Page = "SmithingArtisan4";
Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"];
Next_Page = "Weaponsmith1";
Next_Title = AL["Blacksmithing"] .. ": " .. AL["Weaponsmith"];