Files
coa-atlasloot/AtlasLoot/Menus/WorldEventMenus.lua
T
andrew6180 9b7cf19457 7.3
2023-12-29 11:51:34 -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"},
}