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
+10 -4
View File
@@ -242,10 +242,16 @@ function AtlasLootCraftedSetMenu()
AtlasLootMenuItem_24.lootpage="PrimalBatskin";
AtlasLootMenuItem_24:Show();
--Leatherworking Mail Header
AtlasLootMenuItem_26_Name:SetText(RED..AL["Leatherworking"]);
AtlasLootMenuItem_26_Extra:SetText(WHITE..AL["Mail"]);
AtlasLootMenuItem_26_Icon:SetTexture("Interface\\Icons\\INV_Chest_Chain_12");
AtlasLootMenuItem_26.isheader = true;
AtlasLootMenuItem_25_Name:SetText(RED..AL["Leatherworking"]);
AtlasLootMenuItem_25_Extra:SetText(WHITE..AL["Mail"]);
AtlasLootMenuItem_25_Icon:SetTexture("Interface\\Icons\\INV_Chest_Chain_12");
AtlasLootMenuItem_25.isheader = true;
AtlasLootMenuItem_25:Show();
--Red Dragon Mail
AtlasLootMenuItem_26_Name:SetText(AL["Red Dragon Mail"]);
AtlasLootMenuItem_26_Extra:SetText(ORANGE..AL["Fire Resistance Gear"]);
AtlasLootMenuItem_26_Icon:SetTexture("Interface\\Icons\\inv_chest_chain_06");
AtlasLootMenuItem_26.lootpage="RedDragonM";
AtlasLootMenuItem_26:Show();
--Green Dragon Mail
AtlasLootMenuItem_27_Name:SetText(AL["Green Dragon Mail"]);