diff --git a/AtlasLoot/Locales/constants.en.lua b/AtlasLoot/Locales/constants.en.lua index 01923c9..9ba5274 100644 --- a/AtlasLoot/Locales/constants.en.lua +++ b/AtlasLoot/Locales/constants.en.lua @@ -878,6 +878,7 @@ if AL then AL["The Earthfury"] = true; AL["Felheart Raiment"] = true; AL["Battlegear of Might"] = true; + AL["Fury of Might"] = true; -- Tier 2 Sets AL["Stormrage Raiment"] = true; @@ -889,6 +890,7 @@ if AL then AL["The Ten Storms"] = true; AL["Nemesis Raiment"] = true; AL["Battlegear of Wrath"] = true; + AL["Fury of Wrath"] = true; -- Tier 3 Sets AL["Dreamwalker Raiment"] = true; @@ -900,6 +902,7 @@ if AL then AL["The Earthshatterer"] = true; AL["Plagueheart Raiment"] = true; AL["Dreadnaught's Battlegear"] = true; + AL["Fury's Battlegear"] = true; -- Tier 4 Sets AL["Malorne Harness"] = true; diff --git a/AtlasLoot_OriginalWoW/originalwow.lua b/AtlasLoot_OriginalWoW/originalwow.lua index dab408f..acbfcc8 100644 --- a/AtlasLoot_OriginalWoW/originalwow.lua +++ b/AtlasLoot_OriginalWoW/originalwow.lua @@ -7003,7 +7003,7 @@ AtlasLoot_Data["AQ20ClassBooksHEROIC"] = { }; AtlasLoot_Data["T1T2DPSWarrior"] = { - { 1, 0, "Ability_Warrior_BattleShout", "=q6=#t1s9#", "=ec1=#m30#"}; + { 1, 0, "Ability_Warrior_BattleShout", "=q6=#t1s10#", "=ec1=#m30#"}; { 2, 10480, "", "=q4=Faceguard of Might", "=ds="..BabbleBoss["Garr"], ""}; { 3, 10481, "", "=q4=Shoulderpads of Might", "=ds="..BabbleBoss["Sulfuron Harbinger"], ""}; { 4, 10482, "", "=q4=Chesttplate of Might", "=ds="..BabbleBoss["Golemagg the Incinerator"], ""};