From 04f713bb1c3691dd95888451ca2b557418b9f13d Mon Sep 17 00:00:00 2001 From: ImUnicke Date: Wed, 24 Apr 2024 23:10:01 -0600 Subject: [PATCH] Gonna assume Dreamsurge Vendors will be fixed since otherwise people will see removed on all their random BoA drops and I ain't dealing with that... --- .../06 - Expansion Features/09 Dragonflight/Dreamsurge.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.contrib/Parser/DATAS/06 - Expansion Features/09 Dragonflight/Dreamsurge.lua b/.contrib/Parser/DATAS/06 - Expansion Features/09 Dragonflight/Dreamsurge.lua index 48e315b7342..caa3231d80e 100644 --- a/.contrib/Parser/DATAS/06 - Expansion Features/09 Dragonflight/Dreamsurge.lua +++ b/.contrib/Parser/DATAS/06 - Expansion Features/09 Dragonflight/Dreamsurge.lua @@ -167,9 +167,7 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.DF, bubbleDown({ ["timeline"] }), }, }), - n(VENDORS, bubbleDownFiltered({ - ["timeline"] = { ADDED_10_1_5, REMOVED_10_2_6_SEASON_FOUR }, -- Blizzard currently broke these - },FILTERFUNC_itemID,{ + n(VENDORS, { n(210608, { -- Celestine of the Harvest ["coords"] = { { 51.1, 43.4, THALDRASZUS }, @@ -376,7 +374,7 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.DF, bubbleDown({ ["timeline"] i(209831), -- Wyrm's Bountiful Chest }), }), - })), + }), })), })));