Skip to content

Commit

Permalink
Merge pull request #1719 from nwjgit/dfPreLaunchHorde
Browse files Browse the repository at this point in the history
Add missing attributes for DF pre-launch
  • Loading branch information
DFortun81 authored Aug 8, 2024
2 parents 3adc08d + 59c3092 commit dc95b8a
Showing 1 changed file with 21 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,17 +358,6 @@ root(ROOTS.WorldEvents, n(EXPANSION_PRELAUNCH, bubbleDown({ ["timeline"] = { ADD
["coord"] = { 25.4, 55.2, STORMWIND_CITY },
["races"] = ALLIANCE_ONLY,
}),
q(72288, { -- Stay awhile and listen: Baine and Mayla
["name"] = "Stay awhile and listen: Baine and Mayla",
["coord"] = { 55.9, 12.1, DUROTAR },
["races"] = HORDE_ONLY,
}),
q(72290, { -- Stay awhile and listen: Cindrethresh and Emberthal
["name"] = "Stay awhile and listen: Cindrethresh and Emberthal",
["provider"] = { "n", 184858 }, -- Cindrethresh
["coord"] = { 55.6, 12.3, DUROTAR },
["races"] = HORDE_ONLY,
}),
q(72286, { -- Stay awhile and listen: Genn Greymane
["qg"] = 194756, -- Genn Greymane
["sourceQuests"] = {
Expand All @@ -389,12 +378,33 @@ root(ROOTS.WorldEvents, n(EXPANSION_PRELAUNCH, bubbleDown({ ["timeline"] = { ADD
["coord"] = { 27.1, 53.8, STORMWIND_CITY },
["races"] = ALLIANCE_ONLY,
}),
q(72288, { -- Stay awhile and listen: Baine and Mayla
["name"] = "Stay awhile and listen: Baine and Mayla",
["sourceQuests"] = {
72256, -- The Dark Talons [H]
65443, -- Expeditionary Coordination [H]
},
["provider"] = { "n", 198411 }, -- Baine
["coord"] = { 55.9, 12.1, DUROTAR },
["races"] = HORDE_ONLY,
}),
q(72289, { -- Stay awhile and listen: Lor'themar and Thalyssra
["name"] = "Stay awhile and listen: Lor'themar and Thalyssra",
["sourceQuests"] = {
72256, -- The Dark Talons [H]
65443, -- Expeditionary Coordination [H]
},
["provider"] = { "n", 184665 }, -- Lor'themar Theron
["coord"] = { 55.7, 12.2, DUROTAR },
["races"] = HORDE_ONLY,
}),
q(72290, { -- Stay awhile and listen: Cindrethresh and Emberthal
["name"] = "Stay awhile and listen: Cindrethresh and Emberthal",
["sourceQuests"] = {72256}, -- The Dark Talons [H]
["provider"] = { "n", 184858 }, -- Cindrethresh
["coord"] = { 55.6, 12.3, DUROTAR },
["races"] = HORDE_ONLY,
}),
}),
}),
})));

0 comments on commit dc95b8a

Please sign in to comment.