1.0.8 Update

* Fixed MC Trash Loot Layout
* Added level 10 green weapons to High Elves and Raventusk Trolls
* Added missing item to Razorlash, Mara
* Added Dalaran Quartermaster
* Added Robe of Sacrifice
* Added new loot to the Dragons of Nightmare
* Fixed Mageweave Bag pattern
* Added missing Red Dragonscale to Leatherworking
* Added Stormscale Leggings
* Added Dragonscale Leggings
* Added Verdant Dreamer's Breastplate
This commit is contained in:
Lexie
2023-02-28 11:39:57 +11:00
parent 3b1313c158
commit 901703a2da
11 changed files with 258 additions and 71 deletions
+3 -1
View File
@@ -69,7 +69,7 @@ local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot");
--Establish version number and compatible version of Atlas
local VERSION_MAJOR = "1";
local VERSION_MINOR = "0";
local VERSION_BOSSES = "7";
local VERSION_BOSSES = "8";
ATLASLOOT_VERSION = "|cffFF8400AtlasLoot TW Edition v"..VERSION_MAJOR.."."..VERSION_MINOR.."."..VERSION_BOSSES.."|r";
ATLASLOOT_CURRENT_ATLAS = "1.12.0";
ATLASLOOT_PREVIEW_ATLAS = "1.12.1";
@@ -2912,6 +2912,7 @@ AtlasLoot_DewDropDown_SubTables = {
{ AL["Undercity"], "Undercity" },
{ AL["Orgrimmar"], "Orgrimmar" },
{ AL["Thunder Bluff"], "ThunderBluff" },
{ AL["Dalaran"], "Dalaran" },
},
["BoEWorldEpics"] = {
{ AtlasLoot_TableNames["WorldEpics3"][1], "WorldEpics3" },
@@ -2933,6 +2934,7 @@ AtlasLoot_DewDropDown_SubTables = {
{ AL["Devilsaur Armor"], "DevilsaurArmor" },
{ AL["Blood Tiger Harness"], "BloodTigerH" },
{ AL["Primal Batskin"], "PrimalBatskin" },
{ AL["Red Dragon Mail"], "RedDragonM" },
{ AL["Green Dragon Mail"], "GreenDragonM" },
{ AL["Blue Dragon Mail"], "BlueDragonM" },
{ AL["Black Dragon Mail"], "BlackDragonM" },