51 lines
1.4 KiB
Lua
51 lines
1.4 KiB
Lua
local AL = LibStub("AceLocale-3.0"):GetLocale("AtlasLoot");
|
|
local BabbleBoss = AtlasLoot_GetLocaleLibBabble("LibBabble-Boss-3.0")
|
|
local BabbleInventory = AtlasLoot_GetLocaleLibBabble("LibBabble-Inventory-3.0")
|
|
local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
|
|
|
|
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"};
|
|
};
|
|
|
|
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"};
|
|
};
|