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:
+10
-4
@@ -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"]);
|
||||
|
||||
Reference in New Issue
Block a user