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
58 lines
1.4 KiB
Lua
58 lines
1.4 KiB
Lua
local AL = LibStub("AceLocale-3.0"):GetLocale("AtlasLoot");
|
|
|
|
AtlasLoot_SubMenus["ReputationsCLASSIC"] = {
|
|
Module = "AtlasLootOriginalWoW";
|
|
{ "", "Argent"};
|
|
{ "", "AQBroodRings"};
|
|
{ "", "AlteracFactions"};
|
|
{ "", "ArathiBasinFactions"};
|
|
{ "", "Timbermaw"};
|
|
{ "", "Zandalar"};
|
|
{ "", "Bloodsail"};
|
|
{ "", "Cenarion"};
|
|
{ "", "Hydraxian"};
|
|
{ "", "DesolaceCentaurClans"};
|
|
{ "", "Thorium"};
|
|
{ "", "Wintersaber"};
|
|
};
|
|
|
|
AtlasLoot_SubMenus["ReputationsTBC"] = {
|
|
Module = "AtlasLootBurningCrusade";
|
|
{ "", "ShattrathFlasks"};
|
|
{ "", "Aldor"};
|
|
{ "", "Scryer"};
|
|
{ "", "Shatar"};
|
|
{ "", "LowerCity"};
|
|
{ "", "CExpedition"};
|
|
{ "", "HonorHold"};
|
|
{ "", "Thrallmar"};
|
|
{ "", "Kurenai"};
|
|
{ "", "Maghar"};
|
|
{ "", "Ogrila"};
|
|
{ "", "Skyguard"};
|
|
{ "", "Sporeggar"};
|
|
{ "", "Tranquillien"};
|
|
{ "", "Ashtongue"};
|
|
{ "", "Consortium"};
|
|
{ "", "KeepersofTime"};
|
|
{ "", "Netherwing"};
|
|
{ "", "ScaleSands"};
|
|
{ "", "SunOffensive"};
|
|
{ "", "VioletEye"};
|
|
};
|
|
|
|
AtlasLoot_SubMenus["ReputationsWRATH"] = {
|
|
Module = "AtlasLootWotLK";
|
|
{ "", "AllianceVanguard"};
|
|
{ "", "WinterfinRetreat"};
|
|
{ "", "TheWyrmrestAccord"};
|
|
{ "", "KnightsoftheEbonBlade"};
|
|
{ "", "TheOracles"};
|
|
{ "", "TheSonsofHodir"};
|
|
{ "", "HordeExpedition"};
|
|
{ "", "TheKaluak"};
|
|
{ "", "KirinTor"};
|
|
{ "", "ArgentCrusade"};
|
|
{ "", "FrenzyheartTribe"};
|
|
{ "", "AshenVerdict"};
|
|
}; |