Files
coa-atlasloot/AtlasLoot/Menus/WorldEventMenus.lua
T
Anch 31fc1ffe06 v7.2.9 (#4)
* 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
2023-08-28 15:41:29 -07:00

73 lines
1.9 KiB
Lua

local AL = LibStub("AceLocale-3.0"):GetLocale("AtlasLoot");
AtlasLoot_SubMenus["WorldEventsCLASSIC"] = {
Module = "AtlasLootWorldEvents";
{ "Seasonal", "BrewfestCLASSIC", "Header"};
{ "", "BrewfestCLASSIC"};
{ "", "DayoftheDead"};
{ "", "HalloweenCLASSIC"};
{ "", "Valentineday"};
{ "", "MidsummerFestivalCLASSIC"};
{ "", "PilgrimsBounty"};
{ "", "ChildrensWeek"};
{ "", "Winterviel"};
{ "", "HarvestFestival"};
{ "", "LunarFestival"};
{ "", "Noblegarden"};
{ "Other", "Darkmoon", "Header"};
{ "", "Darkmoon"};
{ "", "GurubashiArena"};
{ "", "AbyssalCouncil"};
{ "", "ElementalInvasion"};
{ "", "ScourgeInvasionEvent"};
{ "", "FishingExtravaganza"};
};
AtlasLoot_SubMenus["WorldEventsTBC"] = {
Module = "AtlasLootWorldEvents";
{ "Seasonal", "BrewfestTBC", "Header"};
{ "", "BrewfestTBC"};
{ "", "DayoftheDead"};
{ "", "HalloweenTBC"};
{ "", "Valentineday"};
{ "", "MidsummerFestivalTBC"};
{ "", "PilgrimsBounty"};
{ "", "ChildrensWeek"};
{ "", "Winterviel"};
{ "", "HarvestFestival"};
{ "", "LunarFestival"};
{ "", "Noblegarden"};
{ "Other", "BashirLanding", "Header"};
{ "", "BashirLanding"};
{ "", "GurubashiArena"};
{ "", "Shartuul"};
{ "", "AbyssalCouncil"};
{ "", "Skettis"};
{ "", "Darkmoon"};
{ "", "FishingExtravaganza"};
{ "", "EthereumPrison"};
};
AtlasLoot_SubMenus["WorldEventsWRATH"] = {
Module = "AtlasLootWorldEvents";
{ "Seasonal", "BrewfestWRATH", "Header"};
{ "", "BrewfestWRATH"};
{ "", "DayoftheDead"};
{ "", "HalloweenWRATH"};
{ "", "Valentineday"};
{ "", "MidsummerFestivalWRATH"};
{ "", "PilgrimsBounty"};
{ "", "ChildrensWeek"};
{ "", "Winterviel"};
{ "", "HarvestFestival"};
{ "", "LunarFestival"};
{ "", "Noblegarden"};
{ "Other", "ArgentTournament", "Header"};
{ "", "ArgentTournament"};
{ "", "GurubashiArena"};
{ "", "Shartuul"};
{ "", "Skettis"};
{ "", "Darkmoon"};
{ "", "FishingExtravaganza"};
};