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
+2
View File
@@ -524,6 +524,7 @@ AtlasLoot_TableNames = {
["DevilsaurArmor"] = { AL["Devilsaur Armor"], "AtlasLootCrafting" },
["BloodTigerH"] = { AL["Blood Tiger Harness"], "AtlasLootCrafting" },
["PrimalBatskin"] = { AL["Primal Batskin"], "AtlasLootCrafting" },
["RedDragonM"] = { AL["Red Dragon Mail"], "AtlasLootCrafting" },
["GreenDragonM"] = { AL["Green Dragon Mail"], "AtlasLootCrafting" },
["BlueDragonM"] = { AL["Blue Dragon Mail"], "AtlasLootCrafting" },
["BlackDragonM"] = { AL["Black Dragon Mail"], "AtlasLootCrafting" },
@@ -725,6 +726,7 @@ AtlasLoot_TableNames = {
["Undercity"] = { AL["Undercity"], "AtlasLootRepItems" },
["Orgrimmar"] = { AL["Orgrimmar"], "AtlasLootRepItems" },
["ThunderBluff"] = { AL["Thunder Bluff"], "AtlasLootRepItems" },
["Dalaran"] = { AL["Dalaran"], "AtlasLootRepItems" },
--------------
--- Trades ---