Fix some buttons

This commit is contained in:
Spit
2024-09-13 12:11:39 +03:00
committed by GitHub
parent 9debfb8e94
commit 534d685262
+10 -10
View File
@@ -5900,8 +5900,8 @@ AtlasLoot_ButtonRegistry = {
Title = AL["Leatherworking"] .. ": " .. AL["Belt"]; Title = AL["Leatherworking"] .. ": " .. AL["Belt"];
Back_Page = "LEATHERWORKINGMENU"; Back_Page = "LEATHERWORKINGMENU";
Back_Title = AL["Leatherworking"]; Back_Title = AL["Leatherworking"];
Prev_Page = "LeatherBracers1"; Prev_Page = "LeatherGloves1";
Prev_Title = AL["Leatherworking"] .. ": " .. AL["Bracers"]; Prev_Title = AL["Leatherworking"] .. ": " .. AL["Gloves"];
Next_Page = "LeatherPants1"; Next_Page = "LeatherPants1";
Next_Title = AL["Leatherworking"] .. ": " .. AL["Pants"]; Next_Title = AL["Leatherworking"] .. ": " .. AL["Pants"];
}; };
@@ -5912,14 +5912,14 @@ AtlasLoot_ButtonRegistry = {
Prev_Page = "LeatherBelt1"; Prev_Page = "LeatherBelt1";
Prev_Title = AL["Leatherworking"] .. ": " .. AL["Belt"]; Prev_Title = AL["Leatherworking"] .. ": " .. AL["Belt"];
Next_Page = "LeatherPants2"; Next_Page = "LeatherPants2";
Next_Title = AL["Leatherworking"] .. ": " .. AL["Boots"]; Next_Title = AL["Leatherworking"] .. ": " .. AL["Pants"];
}; };
["LeatherPants2"] = { ["LeatherPants2"] = {
Title = AL["Leatherworking"] .. ": " .. AL["Pants"]; Title = AL["Leatherworking"] .. ": " .. AL["Pants"];
Back_Page = "LEATHERWORKINGMENU"; Back_Page = "LEATHERWORKINGMENU";
Back_Title = AL["Leatherworking"]; Back_Title = AL["Leatherworking"];
Prev_Page = "LeatherPants1"; Prev_Page = "LeatherPants1";
Prev_Title = AL["Leatherworking"] .. ": " .. AL["Belt"]; Prev_Title = AL["Leatherworking"] .. ": " .. AL["Pants"];
Next_Page = "LeatherBoots1"; Next_Page = "LeatherBoots1";
Next_Title = AL["Leatherworking"] .. ": " .. AL["Boots"]; Next_Title = AL["Leatherworking"] .. ": " .. AL["Boots"];
}; };
@@ -5927,7 +5927,7 @@ AtlasLoot_ButtonRegistry = {
Title = AL["Leatherworking"] .. ": " .. AL["Boots"]; Title = AL["Leatherworking"] .. ": " .. AL["Boots"];
Back_Page = "LEATHERWORKINGMENU"; Back_Page = "LEATHERWORKINGMENU";
Back_Title = AL["Leatherworking"]; Back_Title = AL["Leatherworking"];
Prev_Page = "LeatherPants1"; Prev_Page = "LeatherPants2";
Prev_Title = AL["Leatherworking"] .. ": " .. AL["Pants"]; Prev_Title = AL["Leatherworking"] .. ": " .. AL["Pants"];
Next_Page = "LeatherBags1"; Next_Page = "LeatherBags1";
Next_Title = AL["Leatherworking"] .. ": " .. AL["Shirt"]; Next_Title = AL["Leatherworking"] .. ": " .. AL["Shirt"];
@@ -5937,7 +5937,7 @@ AtlasLoot_ButtonRegistry = {
Back_Page = "LEATHERWORKINGMENU"; Back_Page = "LEATHERWORKINGMENU";
Back_Title = AL["Leatherworking"]; Back_Title = AL["Leatherworking"];
Prev_Page = "LeatherBoots1"; Prev_Page = "LeatherBoots1";
Prev_Title = AL["Leatherworking"] .. ": " .. AL["Shirt"]; Prev_Title = AL["Leatherworking"] .. ": " .. AL["Boots"];
Next_Page = "LeatherMisc1"; Next_Page = "LeatherMisc1";
Next_Title = AL["Leatherworking"] .. ": " .. AL["Misc"]; Next_Title = AL["Leatherworking"] .. ": " .. AL["Misc"];
}; };
@@ -6158,8 +6158,8 @@ AtlasLoot_ButtonRegistry = {
Title = AL["Tailoring"] .. ": " .. AL["Bracers"]; Title = AL["Tailoring"] .. ": " .. AL["Bracers"];
Back_Page = "TAILORINGMENU"; Back_Page = "TAILORINGMENU";
Back_Title = AL["Tailoring"]; Back_Title = AL["Tailoring"];
Prev_Page = "TailoringCloak1"; Prev_Page = "TailoringChest2";
Prev_Title = AL["Tailoring"] .. ": " .. AL["Cloak"]; Prev_Title = AL["Tailoring"] .. ": " .. AL["Chest"];
Next_Page = "TailoringGloves1"; Next_Page = "TailoringGloves1";
Next_Title = AL["Tailoring"] .. ": " .. AL["Gloves"]; Next_Title = AL["Tailoring"] .. ": " .. AL["Gloves"];
}; };
@@ -6176,8 +6176,8 @@ AtlasLoot_ButtonRegistry = {
Title = AL["Tailoring"] .. ": " .. AL["Belt"]; Title = AL["Tailoring"] .. ": " .. AL["Belt"];
Back_Page = "TAILORINGMENU"; Back_Page = "TAILORINGMENU";
Back_Title = AL["Tailoring"]; Back_Title = AL["Tailoring"];
Prev_Page = "TailoringBracers1"; Prev_Page = "TailoringGloves1";
Prev_Title = AL["Tailoring"] .. ": " .. AL["Bracers"]; Prev_Title = AL["Tailoring"] .. ": " .. AL["Gloves"];
Next_Page = "TailoringPants1"; Next_Page = "TailoringPants1";
Next_Title = AL["Tailoring"] .. ": " .. AL["Pants"]; Next_Title = AL["Tailoring"] .. ": " .. AL["Pants"];
}; };