AV Bossses

This commit is contained in:
Lexie
2023-11-03 14:03:34 +11:00
parent 538a8ccda0
commit e75a4bbadd
6 changed files with 72 additions and 6 deletions
+12
View File
@@ -390,6 +390,18 @@ function AtlasLootAVRepMenu()
AtlasLootMenuItem_5_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_21");
AtlasLootMenuItem_5.lootpage="AVRepExalted";
AtlasLootMenuItem_5:Show();
--Korrak
AtlasLootMenuItem_6_Name:SetText(AL["Korrak the Bloodrager"]);
AtlasLootMenuItem_6_Extra:SetText("");
AtlasLootMenuItem_6_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_21");
AtlasLootMenuItem_6.lootpage="AVKorrak";
AtlasLootMenuItem_6:Show();
--LokholarIvus
AtlasLootMenuItem_7_Name:SetText(AL["Ivus & Lokholar"]);
AtlasLootMenuItem_7_Extra:SetText("");
AtlasLootMenuItem_7_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_21");
AtlasLootMenuItem_7.lootpage="AVLokholarIvus";
AtlasLootMenuItem_7:Show();
for i = 1, 30, 1 do
getglobal("AtlasLootMenuItem_"..i.."_Extra"):Show();
end