added HighElf and Troll rep items

This commit is contained in:
Cosmin POP
2021-01-08 10:48:08 +02:00
parent f824921325
commit b3cf0ee636
6 changed files with 2240 additions and 2029 deletions
+2
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff
+14
View File
@@ -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