31fc1ffe06
* db link You can now alt right click items to open them to there ascensionDB page in your browser. * updates -updated Hyjal Summit loot tables -added new right click context menu to items -added crafting source to crafting tooltips -crafting recipes now get a green highlight if current char knows that recipe or a blue one if you have an alt with the recipe -crafting tooltips now show what chars you have that know that recipe * Update burningcrusade.lua
70 lines
1.8 KiB
Lua
70 lines
1.8 KiB
Lua
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"};
|
|
};
|
|
|
|
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"};
|
|
};
|
|
|
|
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"};
|
|
};
|