From 5fe9575a19a83a2113785b30f0bb56a46fa5bee7 Mon Sep 17 00:00:00 2001 From: Anch Date: Sun, 20 Mar 2022 07:49:40 +1300 Subject: [PATCH] added missing buttons fixed a miss numberd item --- AtlasLoot/Locales/constants.en.lua | 6 +++--- AtlasLoot/Menus/PvPMenus.lua | 3 +++ AtlasLoot/Menus/SetMenus.lua | 13 ++++++++----- AtlasLoot/TableRegister/loottables.en.lua | 8 ++++---- AtlasLoot_BurningCrusade/burningcrusade.lua | 2 +- 5 files changed, 19 insertions(+), 13 deletions(-) diff --git a/AtlasLoot/Locales/constants.en.lua b/AtlasLoot/Locales/constants.en.lua index 429916b..001617a 100644 --- a/AtlasLoot/Locales/constants.en.lua +++ b/AtlasLoot/Locales/constants.en.lua @@ -42,7 +42,7 @@ if AL then AL["Show Normal Loot"] = true; AL["Show Heroic/Ascended Loot"] = true; AL["Bloodforged"] = true; - AL["Factions - Original WoW"] = true; + AL["Factions - Classic"] = true; AL["Factions - Burning Crusade"] = true; AL["Factions - Wrath of the Lich King"] = true; AL["Choose Table ..."] = true; @@ -654,10 +654,10 @@ if AL then AL["Level 60 Rewards"] = true; -- Sets/PVP/Rep Menus - AL["Original WOW Collections"] = true; + AL["Classic Collections"] = true; AL["Burning Crusade Collections"] = true; AL["Wrath of the Lich King Collections"] = true; - AL["Original WOW PvP Rewards"] = true; + AL["Classic PvP Rewards"] = true; AL["Burning Crusade PvP Rewards"] = true; AL["Wrath of the Lich King PvP Rewards"] = true; diff --git a/AtlasLoot/Menus/PvPMenus.lua b/AtlasLoot/Menus/PvPMenus.lua index 1136df8..2a3bfcf 100644 --- a/AtlasLoot/Menus/PvPMenus.lua +++ b/AtlasLoot/Menus/PvPMenus.lua @@ -9,6 +9,9 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0") { 4, "PVPMENU2", "INV_Jewelry_Necklace_21", "=ds="..AL["BG PvP Rewards"], ""}; { 16, "PVPWeapons_A", "INV_Weapon_Bow_08", "=ds="..AL["PvP Weapons"], "=q5="..AL["Level 60"]}; { 17, "PvP60Ench", "INV_Scroll_06", "=ds="..AL["PvP Enchants"], "=q5="..AL["Level 60"]}; + Prev = "PVPMENUWRATH"; + Next = "PVPMENUTBC"; + Back = "PVPMENU"..AtlasLoot_Expac; }; AtlasLoot_Data["PVPMENUTBC"] = { diff --git a/AtlasLoot/Menus/SetMenus.lua b/AtlasLoot/Menus/SetMenus.lua index 5742dec..7592de7 100644 --- a/AtlasLoot/Menus/SetMenus.lua +++ b/AtlasLoot/Menus/SetMenus.lua @@ -27,7 +27,6 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0") Prev = "SETMENUWRATH"; Next = "SETMENUTBC"; Back = "SETMENU"..AtlasLoot_Expac; - Type = "Expansion" }; AtlasLoot_Data["SETMENUTBC"] = { @@ -42,8 +41,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0") { 20, "T6SET", "inv_helmet_98", "=ds="..AL["Tier 6 Sets"], ""}; Prev = "SETMENUCLASSIC"; Next = "SETMENUWRATH"; - Back = "SETMENU"..AtlasLoot_Expac; - Type = "Expansion" + Back = "SETMENU"..AtlasLoot_Expac; }; AtlasLoot_Data["SETMENUWRATH"] = { @@ -61,8 +59,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0") { 18, "T10SET", "INV_Chest_Chain_15", "=ds="..AL["Tier 10 Sets"], "=q5="..AL["10/25 Man"]}; Prev = "SETMENUTBC"; Next = "SETMENUCLASSIC"; - Back = "SETMENU"..AtlasLoot_Expac; - Type = "Expansion" + Back = "SETMENU"..AtlasLoot_Expac; }; AtlasLoot_Data["70TOKENMENU"] = { @@ -213,6 +210,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0") { 20, "T1Rogue", "Ability_BackStab", "=ds="..LOCALIZED_CLASS_NAMES_MALE["ROGUE"], "=q5="..AL["Tier 1 Sets"]}; { 22, "T1Warlock", "Spell_Shadow_CurseOfTounges", "=ds="..LOCALIZED_CLASS_NAMES_MALE["WARLOCK"], "=q5="..AL["Tier 1 Sets"]}; { 10, "T1DPSWarrior", "Ability_Warrior_BattleShout", "=ds="..LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], "=q5="..AL["Tier 1 Sets"]}; + Prev = "T3SET"; + Next = "T2SET"; Back = "SETMENUCLASSIC"; }; @@ -227,6 +226,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0") { 20, "T2Rogue", "Ability_BackStab", "=ds="..LOCALIZED_CLASS_NAMES_MALE["ROGUE"], "=q5="..AL["Tier 2 Sets"]}; { 22, "T2Warlock", "Spell_Shadow_CurseOfTounges", "=ds="..LOCALIZED_CLASS_NAMES_MALE["WARLOCK"], "=q5="..AL["Tier 2 Sets"]}; { 10, "T2DPSWarrior", "Ability_Warrior_BattleShout", "=ds="..LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], "=q5="..AL["Tier 2 Sets"]}; + Prev = "T1SET"; + Next = "T3SET"; Back = "SETMENUCLASSIC"; }; @@ -241,6 +242,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0") { 20, "T3Rogue", "Ability_BackStab", "=ds="..LOCALIZED_CLASS_NAMES_MALE["ROGUE"], "=q5="..AL["Tier 3 Sets"]}; { 22, "T3Warlock", "Spell_Shadow_CurseOfTounges", "=ds="..LOCALIZED_CLASS_NAMES_MALE["WARLOCK"], "=q5="..AL["Tier 3 Sets"]}; { 10, "T3DPSWarrior", "Ability_Warrior_BattleShout", "=ds="..LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], "=q5="..AL["Tier 3 Sets"]}; + Prev = "T2SET"; + Next = "T1SET"; Back = "SETMENUCLASSIC"; }; diff --git a/AtlasLoot/TableRegister/loottables.en.lua b/AtlasLoot/TableRegister/loottables.en.lua index 1dd3654..5f49ee6 100644 --- a/AtlasLoot/TableRegister/loottables.en.lua +++ b/AtlasLoot/TableRegister/loottables.en.lua @@ -1964,20 +1964,20 @@ end AtlasLoot_TableNames["T7T8SET"] = { AL["Tier 7/8 Sets"], "Menu" }; AtlasLoot_TableNames["T9SET"] = { AL["Tier 9 Sets"], "Menu" }; AtlasLoot_TableNames["T10SET"] = { AL["Tier 10 Sets"], "Menu" }; - AtlasLoot_TableNames["REPMENU_ORIGINALWOW"] = { AL["Factions - Original WoW"], "Menu" }; + AtlasLoot_TableNames["REPMENU_ORIGINALWOW"] = { AL["Factions - Classic"], "Menu" }; AtlasLoot_TableNames["REPMENU_BURNINGCRUSADE"] = { AL["Factions - Burning Crusade"], "Menu" }; AtlasLoot_TableNames["REPMENU_WOTLK"] = { AL["Factions - Wrath of the Lich King"], "Menu" }; - AtlasLoot_TableNames["REPMENUCLASSIC"] = { AL["Factions - Original WoW"], "Menu" }; + AtlasLoot_TableNames["REPMENUCLASSIC"] = { AL["Factions - Classic"], "Menu" }; AtlasLoot_TableNames["REPMENUTBC"] = { AL["Factions - Burning Crusade"], "Menu" }; AtlasLoot_TableNames["REPMENUWRATH"] = { AL["Factions - Wrath of the Lich King"], "Menu" }; - AtlasLoot_TableNames["SETMENUCLASSIC"] = { AL["Original WOW Collections"], "Menu" }; + AtlasLoot_TableNames["SETMENUCLASSIC"] = { AL["Classic Collections"], "Menu" }; AtlasLoot_TableNames["SETMENUTBC"] = { AL["Burning Crusade Collections"], "Menu" }; AtlasLoot_TableNames["SETMENUWRATH"] = { AL["Wrath of the Lich King Collections"], "Menu" }; AtlasLoot_TableNames["MOUNTMENU"] = { AL["Mounts"], "Menu" }; AtlasLoot_TableNames["PETMENU"] = { AL["Vanity Pets"], "Menu" }; AtlasLoot_TableNames["PVPSET"] = { AL["PvP Armor Sets"]..": "..AL["Level 60"], "Menu" }; - AtlasLoot_TableNames["PVPMENUCLASSIC"] = { AL["Original WOW PvP Rewards"], "Menu" }; + AtlasLoot_TableNames["PVPMENUCLASSIC"] = { AL["Classic PvP Rewards"], "Menu" }; AtlasLoot_TableNames["PVPMENUTBC"] = { AL["Burning Crusade PvP Rewards"], "Menu" }; AtlasLoot_TableNames["PVPMENUWRATH"] = { AL["Wrath of the Lich King PvP Rewards"], "Menu" }; AtlasLoot_TableNames["PVPMENU2"] = { AL["PvP Rewards"], "Menu" }; diff --git a/AtlasLoot_BurningCrusade/burningcrusade.lua b/AtlasLoot_BurningCrusade/burningcrusade.lua index 36c2e28..c063aaa 100644 --- a/AtlasLoot_BurningCrusade/burningcrusade.lua +++ b/AtlasLoot_BurningCrusade/burningcrusade.lua @@ -1887,7 +1887,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0") { 23, 28792, "", "=q4=A'dal's Signet of Defense", "=q1=#m4#: =ds=#s13#"}; { 25, 816252, "", "=q3=Formula: Enchant Weapon - Undaunted Might", "=ds=#p4# (375)", "", "5%"}; { 26, 428775, "", "=q4=Bor -o G'urth, the Hand of Death", "=ds=#w7#", [AtlasLoot_Difficulty.MIN_DIF] = AtlasLoot_Difficulty.Mythic}; - { 37, 428776, "", "=q4=Lebed -o G'urth, the Finger of Death", "=ds=#w7#", [AtlasLoot_Difficulty.MIN_DIF] = AtlasLoot_Difficulty.Mythic}; + { 27, 428776, "", "=q4=Lebed -o G'urth, the Finger of Death", "=ds=#w7#", [AtlasLoot_Difficulty.MIN_DIF] = AtlasLoot_Difficulty.Mythic}; Type = "BCRaid"; };