Skip to content

Commit

Permalink
[Quest] Update Exiles Reach's timeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
NORPG committed Dec 13, 2024
1 parent e9b1e4f commit e32d5f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .contrib/Parser/DATAS/02 - Outdoor Zones/Exiles Reach.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ root(ROOTS.Zones, m(EXILES_REACH, bubbleDownSelf({
n(ACHIEVEMENTS, {
ach(14222, { -- Exile's Reach
["sourceQuests"] = {
-- #IF BEFORE 10.0.2
-- #IF BEFORE 11.0.2
59641, -- The Nation of Kul Tiras
60361, -- Battle for Azeroth: Mission Statement
-- #ELSE
Expand Down Expand Up @@ -1044,7 +1044,7 @@ root(ROOTS.Zones, m(EXILES_REACH, bubbleDownSelf({
["provider"] = { "n", 163211 }, -- Henry Garrick
["coord"] = { 75.3, 54.3, STORMWIND_CITY },
["races"] = ALLIANCE_ONLY,
["timeline"] = { ADDED_9_0_1, REMOVED_10_0_2 },
["timeline"] = { ADDED_9_0_1, REMOVED_11_0_2 },
["customCollect"] = IGNORED_VALUE, -- Technically only possible by NPE quest completion, but technically no longer NPE when accepting this quest...
}),
q(58983, { -- Battle for Azeroth: Tides of War (SL/new player version)
Expand All @@ -1053,7 +1053,7 @@ root(ROOTS.Zones, m(EXILES_REACH, bubbleDownSelf({
["description"] = "This quest starts the Battle for Azeroth campaign for players from Exile's Reach.",
["coord"] = { 85.2, 32.1, STORMWIND_CITY },
["races"] = ALLIANCE_ONLY,
["timeline"] = { ADDED_9_0_1, REMOVED_10_0_2 },
["timeline"] = { ADDED_9_0_1, REMOVED_11_0_2 },
["groups"] = {
i(178941), -- Alliance Dog Tags,
}
Expand All @@ -1063,7 +1063,7 @@ root(ROOTS.Zones, m(EXILES_REACH, bubbleDownSelf({
["sourceQuest"] = 58983, -- Battle for Azeroth: Tides of War (SL/new player version)
["coord"] = { 85.8, 31.6, STORMWIND_CITY },
["races"] = ALLIANCE_ONLY,
["timeline"] = { ADDED_9_0_1, REMOVED_10_0_2 },
["timeline"] = { ADDED_9_0_1, REMOVED_11_0_2 },
}),

-- Orgrimmar --
Expand Down

0 comments on commit e32d5f4

Please sign in to comment.