Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing attributes for DF pre-launch #1719

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,
}),
}),
}),
})));