Skip to content

Commit

Permalink
Update AQ40 faction restrictions in SoD and Era
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Dec 14, 2024
1 parent 2215ea1 commit c61707e
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions Data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12311,15 +12311,24 @@ if LootReserve:GetCurrentExpansion() == 0 then
ApplySingleFactionRestriction(233386, "Horde");
ApplySingleFactionRestriction(233382, "Horde");
ApplySingleFactionRestriction(233384, "Horde");

-- AQ40 boots
ApplySingleFactionRestriction(233517, "Alliance");
ApplySingleFactionRestriction(233518, "Horde");
ApplySingleFactionRestriction(233695, "Horde");
ApplySingleFactionRestriction(233697, "Horde");
ApplySingleFactionRestriction(233694, "Horde");
ApplySingleFactionRestriction(233698, "Horde");
ApplySingleFactionRestriction(233696, "Horde");

-- AQ40 gloves
ApplySingleFactionRestriction(233646, "Alliance");
ApplySingleFactionRestriction(235047, "Horde");

-- AQ40 legs
ApplySingleFactionRestriction(233583, "Alliance");
ApplySingleFactionRestriction(233584, "Horde");

-- AQ40 boots
ApplySingleFactionRestriction(233517, "Alliance");
ApplySingleFactionRestriction(233518, "Horde");

-- AQ recipes
ApplySingleFactionRestriction(235135, "Alliance");
ApplySingleFactionRestriction(234275, "Alliance");
Expand Down Expand Up @@ -12435,13 +12444,18 @@ if LootReserve:GetCurrentExpansion() == 0 then
ApplySingleFactionRestriction(21375, "Horde");
ApplySingleFactionRestriction(21373, "Horde");

-- AQ40 gloves
ApplySingleFactionRestriction(21889, "Alliance");
ApplySingleFactionRestriction(21890, "Horde");

-- AQ40 legs
ApplySingleFactionRestriction(21667, "Alliance");
ApplySingleFactionRestriction(15516, "Horde");

-- AQ40 boots
ApplySingleFactionRestriction(21704, "Alliance");
ApplySingleFactionRestriction(21705, "Horde");

-- AQ40 trash paladin gloves
ApplySingleFactionRestriction(21889, "Alliance");

-- Naxx40 set items
ApplySingleFactionRestriction(22428, "Alliance");
ApplySingleFactionRestriction(22429, "Alliance");
Expand Down

0 comments on commit c61707e

Please sign in to comment.