small update
KT loot and new donation rewards
This commit is contained in:
+1
-1
@@ -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";
|
||||
|
||||
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user