small update

KT loot and new donation rewards
This commit is contained in:
Spit
2024-11-22 19:38:55 +03:00
parent d4a091aa53
commit c25de7cc7f
6 changed files with 87 additions and 12 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot");
--Establish version number and compatible version of Atlas
local VERSION_MAJOR = "3";
local VERSION_MINOR = "0";
local VERSION_BOSSES = "3";
local VERSION_BOSSES = "4";
ATLASLOOT_VERSION = "|cffFF8400AtlasLoot TW Edition v"..VERSION_MAJOR.."."..VERSION_MINOR.."."..VERSION_BOSSES.."|r";
ATLASLOOT_CURRENT_ATLAS = "1.13.4";
ATLASLOOT_PREVIEW_ATLAS = "1.13.3";
+18
View File
@@ -4977,6 +4977,24 @@ AtlasLoot_ButtonRegistry = {
Title = AL["Fashion"];
Back_Page = "SETMENU";
Back_Title = AL["Collections"];
Next_Page = "DonationRewards3";
Next_Title = AL["Fashion"];
};
["DonationRewards3"] = {
Title = AL["Fashion"];
Back_Page = "SETMENU";
Back_Title = AL["Collections"];
Prev_Page = "DonationRewards2";
Prev_Title = AL["Fashion"];
Next_Page = "DonationRewards4";
Next_Title = AL["Fashion"];
};
["DonationRewards4"] = {
Title = AL["Fashion"];
Back_Page = "SETMENU";
Back_Title = AL["Collections"];
Prev_Page = "DonationRewards3";
Prev_Title = AL["Fashion"];
};
["WorldEpics1"] = {
Title = AtlasLoot_TableNames["WorldEpics1"][1];