This commit is contained in:
andrew6180
2023-12-29 11:51:34 -07:00
parent 31fc1ffe06
commit 9b7cf19457
65 changed files with 47581 additions and 27154 deletions
+63 -63
View File
@@ -1,69 +1,69 @@
local AL = LibStub("AceLocale-3.0"):GetLocale("AtlasLoot");
local AL = LibStub("AceLocale-3.0"):GetLocale("AtlasLoot")
AtlasLoot_SubMenus["PVPCLASSIC"] = {
Module = "AtlasLootOriginalWoW";
{ "PVP Factions", "AVMisc", "Header"};
{ "", "AVMisc"};
{ "", "AB_A"};
{ "", "AB_H"};
{ "", "WSG_A"};
{ "", "WSG_H"};
{ "", "PVPWeapons60"};
{ "", "PvP60Accessories"};
{ "", "PvP60Ench"};
{ "PVP Sets", "PVPDruid", "Header"};
{ "", "PVPDruid"};
{ "", "PVPHunter"};
{ "", "PVPMage"};
{ "", "PVPPaladin"};
{ "", "PVPPriest"};
{ "", "PVPRogue"};
{ "", "PVPShaman"};
{ "", "PVPWarlock"};
{ "", "PVPWarrior"};
};
Module = "AtlasLootOriginalWoW",
{ "PVP Factions", "AVMisc", "Header"},
{ "", "AVMisc"},
{ "", "AB_A"},
{ "", "AB_H"},
{ "", "WSG_A"},
{ "", "WSG_H"},
{ "", "PVPWeapons60"},
{ "", "PvP60Accessories"},
{ "", "PvP60Ench"},
{ "PVP Sets", "PVPDruid", "Header"},
{ "", "PVPDruid"},
{ "", "PVPHunter"},
{ "", "PVPMage"},
{ "", "PVPPaladin"},
{ "", "PVPPriest"},
{ "", "PVPRogue"},
{ "", "PVPShaman"},
{ "", "PVPWarlock"},
{ "", "PVPWarrior"},
}
AtlasLoot_SubMenus["PVPTBC"] = {
Module = "AtlasLootBurningCrusade";
{ "PVP Factions", "PVPHellfire", "Header"};
{ "", "PVPHellfire"};
{ "", "PVPHalaa"};
{ "", "PVPSpiritTowers"};
{ "", "PVPTwinSpireRuins"};
{ "", "PVP70RepGear"};
{ "", "PvP70Accessories"};
{ "", "PvP70NonSet"};
{ "", "WeaponsTBC"};
{ "PVP Sets", "ArenaDruidTBC", "Header"};
{ "", "ArenaDruidTBC"};
{ "", "ArenaHunterTBC"};
{ "", "ArenaMageTBC"};
{ "", "ArenaPaladinTBC"};
{ "", "ArenaPriestTBC"};
{ "", "ArenaRogueTBC"};
{ "", "ArenaShamanTBC"};
{ "", "ArenaWarlockTBC"};
{ "", "ArenaWarriorTBC"};
};
Module = "AtlasLootBurningCrusade",
{ "PVP Factions", "PVPHellfire", "Header"},
{ "", "PVPHellfire"},
{ "", "PVPHalaa"},
{ "", "PVPSpiritTowers"},
{ "", "PVPTwinSpireRuins"},
{ "", "PVP70RepGear"},
{ "", "PvP70Accessories"},
{ "", "PvP70NonSet"},
{ "", "WeaponsTBC"},
{ "PVP Sets", "ArenaDruidTBC", "Header"},
{ "", "ArenaDruidTBC"},
{ "", "ArenaHunterTBC"},
{ "", "ArenaMageTBC"},
{ "", "ArenaPaladinTBC"},
{ "", "ArenaPriestTBC"},
{ "", "ArenaRogueTBC"},
{ "", "ArenaShamanTBC"},
{ "", "ArenaWarlockTBC"},
{ "", "ArenaWarriorTBC"},
}
AtlasLoot_SubMenus["PVPWRATH"] = {
Module = "AtlasLootWotLK";
{ "PVP Factions", "LakeWintergrasp", "Header"};
{ "", "LakeWintergrasp"};
{ "", "VentureBay"};
{ "", "PvP80Misc"};
{ "", "PVPidolWRATH"};
{ "", "PvP80NonSet"};
{ "", "WeaponsWRATH"};
{ "PVP Sets", "ArenaDruidWRATH", "Header"};
{ "", "ArenaDruidWRATH"};
{ "", "ArenaHunterWRATH"};
{ "", "ArenaMageWRATH"};
{ "", "ArenaPaladinWRATH"};
{ "", "ArenaPriestWRATH"};
{ "", "ArenaRogueWRATH"};
{ "", "ArenaShamanWRATH"};
{ "", "ArenaWarlockWRATH"};
{ "", "ArenaWarriorWRATH"};
{ "", "ArenaDeathKnightWRATH"};
};
Module = "AtlasLootWotLK",
{ "PVP Factions", "LakeWintergrasp", "Header"},
{ "", "LakeWintergrasp"},
{ "", "VentureBay"},
{ "", "PvP80Misc"},
{ "", "PVPidolWRATH"},
{ "", "PvP80NonSet"},
{ "", "WeaponsWRATH"},
{ "PVP Sets", "ArenaDruidWRATH", "Header"},
{ "", "ArenaDruidWRATH"},
{ "", "ArenaHunterWRATH"},
{ "", "ArenaMageWRATH"},
{ "", "ArenaPaladinWRATH"},
{ "", "ArenaPriestWRATH"},
{ "", "ArenaRogueWRATH"},
{ "", "ArenaShamanWRATH"},
{ "", "ArenaWarlockWRATH"},
{ "", "ArenaWarriorWRATH"},
{ "", "ArenaDeathKnightWRATH"},
}