Files
coa-atlasloot/AtlasLoot/Menus/SetMenus.lua
T
Anch db7e75ae95 7.3.4 (#7)
* update to release 7.3.1

* minor tweaks

- tweaked the drop location text to display a bit more cleanly
- added boss sigils to bc raid tables
- added right click context menu to boss name list so you can open db to that boss (only has raids atm)
- the All dungeon items list now wont precache past the normal loot

* fixs and text display change

- updated old locations to have new display
- frame now sits on top when selected
- fixed some incorrect ids

* favorites button change/loot table updates

- Changed how favorites buttons are saved you now alt right click them to save
- Added missing new t0 sets to classic dungeon sets
- Added missing new trash loot weapons to Black temple

* minor changes/fixs

- fixed t3 incorrect itemids
- added heroic bloodforged
2024-03-03 10:38:52 -07:00

69 lines
1.7 KiB
Lua

local AL = LibStub("AceLocale-3.0"):GetLocale("AtlasLoot")
AtlasLoot_SubMenus["CollectionsCLASSIC"] = {
Module = "AtlasLootOriginalWoW",
{ "", "Heirloom"},
{ "", "ClassicSets"},
{ "", "WorldEpicsCLASSIC"},
{ "All Dungeon Items", "ClassicDungeonExt", OnDamand = "ClassicDungeonExt"},
{ "", "ZGSets"},
{ "", "AQ20Sets"},
{ "", "T0"},
{ "", "T0.5"},
{ "", "T1"},
{ "", "T2"},
{ "", "T2.5"},
{ "", "T3"},
}
AtlasLoot_SubMenus["CollectionsTBC"] = {
Module = "AtlasLootBurningCrusade",
{ "", "Heirloom"},
{ "", "DS3"},
{ "", "WorldRaresTBC"},
{ "", "WorldEpicsTBC"},
{ "All Dungeon Items", "BCDungeon", OnDamand = "BCDungeon"},
{ "", "TBCSets"},
{ AL["Badge of Justice Rewards"], "BadgeShatt", "Header"},
{ "", "BadgeShatt"},
{ "", "BadgeSunwell"},
{ "Tier Sets", "T4", "Header"},
{ "", "T4"},
{ "", "T5"},
{ "", "T6"},
}
AtlasLoot_SubMenus["CollectionsWRATH"] = {
Module = "AtlasLootWotLK",
{ "", "Heirloom"},
{ "", "WorldEpicsWrath"},
{ "All Dungeon Items", "WrathDungeon", OnDamand = "WrathDungeon"},
{ "", "Legendaries"},
{ "Badge Rewards", "EmblemofHeroism", "Header"},
{ "", "EmblemofHeroism"},
{ "", "EmblemofValor"},
{ "", "EmblemofConquest"},
{ "", "EmblemofTriumph"},
{ "", "EmblemofFrost"},
{ "Tier Sets", "T7", "Header"},
{ "", "T7"},
{ "", "T8"},
{ "", "T9"},
{ "", "T10"},
}
AtlasLoot_SubMenus["VanityCLASSIC"] = {
Module = "AtlasLootVanity",
{ "", "Tabards"},
{ "", "VanityPets"},
{ "", "Mounts"},
}
AtlasLoot_SubMenus["VanityTBC"] = AtlasLoot_SubMenus["VanityCLASSIC"]
AtlasLoot_SubMenus["VanityWRATH"] = AtlasLoot_SubMenus["VanityCLASSIC"]