From 4e3cad32ef76d757098067bf3cb83f14707ac922 Mon Sep 17 00:00:00 2001 From: merstrax Date: Mon, 14 Feb 2022 01:28:57 -0500 Subject: [PATCH] Fixed Shaman T5 Linked Horde PvP Weapons to Alliance Pages --- AtlasLoot_BurningCrusade/burningcrusade.lua | 4 ++-- AtlasLoot_OriginalWoW/originalwow.lua | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/AtlasLoot_BurningCrusade/burningcrusade.lua b/AtlasLoot_BurningCrusade/burningcrusade.lua index 7e11405..c98dab9 100644 --- a/AtlasLoot_BurningCrusade/burningcrusade.lua +++ b/AtlasLoot_BurningCrusade/burningcrusade.lua @@ -5955,7 +5955,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0") { 3, 30194, "", "=q4=Cataclysm Shoulderplates", "=ds="..BabbleBoss["Void Reaver"].." ("..BabbleZone["The Eye"]..")"}; { 4, 30185, "", "=q4=Cataclysm Chestplate", "=ds="..BabbleBoss["Kael'thas Sunstrider"].." ("..BabbleZone["The Eye"]..")"}; { 5, 30189, "", "=q4=Cataclysm Gauntlets", "=ds="..BabbleBoss["Leotheras the Blind"].." ("..BabbleZone["Serpentshrine Cavern"]..")"}; - { 6, 30192, "", "=q4=Cataclysm Leggings", "=ds="..BabbleBoss["Fathom-Lord Karathress"].." ("..BabbleZone["Serpentshrine Cavern"]..")"}; + { 6, 30192, "", "=q4=Cataclysm Legplates", "=ds="..BabbleBoss["Fathom-Lord Karathress"].." ("..BabbleZone["Serpentshrine Cavern"]..")"}; Back = "T5SET"; Prev = "T4ShamanEnhancement"; Next = "T6ShamanEnhancement"; @@ -5985,7 +5985,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0") { 3, 30173, "", "=q4=Cataclysm Shoulderpads", "=ds="..BabbleBoss["Void Reaver"].." ("..BabbleZone["The Eye"]..")"}; { 4, 30169, "", "=q4=Cataclysm Chestpiece", "=ds="..BabbleBoss["Kael'thas Sunstrider"].." ("..BabbleZone["The Eye"]..")"}; { 5, 30170, "", "=q4=Cataclysm Handgrips", "=ds="..BabbleBoss["Leotheras the Blind"].." ("..BabbleZone["Serpentshrine Cavern"]..")"}; - { 6, 30172, "", "=q4=Cataclysm Legguards", "=ds="..BabbleBoss["Fathom-Lord Karathress"].." ("..BabbleZone["Serpentshrine Cavern"]..")"}; + { 6, 30172, "", "=q4=Cataclysm Leggings", "=ds="..BabbleBoss["Fathom-Lord Karathress"].." ("..BabbleZone["Serpentshrine Cavern"]..")"}; Back = "T5SET"; Prev = "T4ShamanElemental"; Next = "T6ShamanElemental"; diff --git a/AtlasLoot_OriginalWoW/originalwow.lua b/AtlasLoot_OriginalWoW/originalwow.lua index 7af9bce..514ca2b 100644 --- a/AtlasLoot_OriginalWoW/originalwow.lua +++ b/AtlasLoot_OriginalWoW/originalwow.lua @@ -6871,7 +6871,7 @@ AtlasLoot_Data["PVPWarrior2"] = { { 20, 23452, "", "=q4=Grand Marshal's Tome of Power", "=ds=#s15#", "34100 #alliance#", ""}; { 21, 23453, "", "=q4=Grand Marshal's Tome of Restoration", "=ds=#s15#", "34100 #alliance#", ""}; Back = "PVPMENU"; - Next = "PVPWeapons_A2"; + Next = "PVPWeapons_H"; }; AtlasLoot_Data["PVPWeapons_A2"] = { @@ -6897,7 +6897,8 @@ AtlasLoot_Data["PVPWarrior2"] = { { 20, 923452, "", "=q3=Lieutenant Commander's Tome of Power", "=ds=#s15#", "20000 #alliance#", ""}; { 21, 923453, "", "=q3=Lieutenant Commander's Tome of Restoration", "=ds=#s15#", "20000 #alliance#", ""}; Back = "PVPMENU"; - Prev = "PVPWeapons_A"; + Prev = "PVPWeapons_H"; + Next = "PVPWeapons_H2"; }; @@ -6924,7 +6925,8 @@ AtlasLoot_Data["PVPWarrior2"] = { { 20, 23468, "", "=q4=High Warlord's Tome of Destruction", "=ds=#s15#", "34100 #horde#", ""}; { 21, 23469, "", "=q4=High Warlord's Tome of Mending", "=ds=#s15#", "34100 #horde#", ""}; Back = "PVPMENU"; - Next = "PVPWeapons_H2"; + Prev = "PVPWeapons_A"; + Next = "PVPWeapons_A2"; }; AtlasLoot_Data["PVPWeapons_H2"] = { @@ -6950,7 +6952,7 @@ AtlasLoot_Data["PVPWarrior2"] = { { 20, 923468, "", "=q3=Champion's Tome of Destruction", "=ds=#s15#", "20000 #horde#", ""}; { 21, 923469, "", "=q3=Champion's Tome of Mending", "=ds=#s15#", "20000 #horde#", ""}; Back = "PVPMENU"; - Prev = "PVPWeapons_H"; + Prev = "PVPWeapons_A2"; }; --------------------------------