added HighElf and Troll rep items
This commit is contained in:
@@ -2818,6 +2818,8 @@ AtlasLoot_DewDropDown_SubTables = {
|
||||
{ AL["Timbermaw Hold"], "Timbermaw" },
|
||||
{ AL["Wintersaber Trainers"], "Wintersaber1" },
|
||||
{ AL["Zandalar Tribe"], "Zandalar1" },
|
||||
{ AL["Silvermoon Remnant"], "Helf" },
|
||||
{ AL["Revantusk Trolls"], "Raventusk" },
|
||||
},
|
||||
["BoEWorldEpics"] = {
|
||||
{ AtlasLoot_TableNames["WorldEpics3"][1], "WorldEpics3" },
|
||||
|
||||
+1674
-1638
File diff suppressed because it is too large
Load Diff
@@ -110,6 +110,20 @@ function AtlasLootRepMenu()
|
||||
AtlasLootMenuItem_22_Icon:SetTexture("Interface\\Icons\\INV_Misc_Coin_08");
|
||||
AtlasLootMenuItem_22.lootpage="Zandalar1";
|
||||
AtlasLootMenuItem_22:Show();
|
||||
|
||||
--helf
|
||||
AtlasLootMenuItem_13_Name:SetText(AL["Silvermoon Remnant"]);
|
||||
AtlasLootMenuItem_13_Extra:SetText("|cff2773ff"..AL["Alliance"]);
|
||||
AtlasLootMenuItem_13_Icon:SetTexture("Interface\\Icons\\INV_Staff_13");
|
||||
AtlasLootMenuItem_13.lootpage="Helf";
|
||||
AtlasLootMenuItem_13:Show();
|
||||
--raventusk
|
||||
AtlasLootMenuItem_28_Name:SetText(AL["Revantusk Trolls"]);
|
||||
AtlasLootMenuItem_28_Extra:SetText("|cffFF0000"..AL["Horde"]);
|
||||
AtlasLootMenuItem_28_Icon:SetTexture("Interface\\Icons\\INV_Misc_Head_Troll_01");
|
||||
AtlasLootMenuItem_28.lootpage="Revantusk";
|
||||
AtlasLootMenuItem_28:Show();
|
||||
|
||||
for i = 1, 30, 1 do
|
||||
getglobal("AtlasLootMenuItem_"..i.."_Extra"):Show();
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user