diff --git a/.contrib/Parser/DATAS/07 - Events/Expansion PreLaunch Events/09 Dragonflight.lua b/.contrib/Parser/DATAS/07 - Events/Expansion PreLaunch Events/09 Dragonflight.lua index d268b446b0..ea7f95f5e6 100644 --- a/.contrib/Parser/DATAS/07 - Events/Expansion PreLaunch Events/09 Dragonflight.lua +++ b/.contrib/Parser/DATAS/07 - Events/Expansion PreLaunch Events/09 Dragonflight.lua @@ -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"] = { @@ -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, + }), }), }), }))); \ No newline at end of file