From 2d7d7b6e307f488eebc5ea3e1481a806caafe5e0 Mon Sep 17 00:00:00 2001 From: Chris Morse Date: Tue, 7 Jul 2026 13:08:17 -0400 Subject: [PATCH] Add missing Herbalism quest Brittle and Brilliant --- Data/Objectives/CatchUp.lua | 2 +- Data/Objectives/WeeklyQuest.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Data/Objectives/CatchUp.lua b/Data/Objectives/CatchUp.lua index a34ff62..4322ea0 100644 --- a/Data/Objectives/CatchUp.lua +++ b/Data/Objectives/CatchUp.lua @@ -43,7 +43,7 @@ local objectives = { -- Midnight: Engineering {skillLineVariantID = 2910, categoryID = category, quests = {}, itemID = 246326, points = 0, loc = {hint = "Awarded from Patron Orders at your crafting station."}}, -- Midnight: Herbalism - {skillLineVariantID = 2912, categoryID = category, quests = {}, itemID = 238467, points = 0, loc = {hint = "These are randomly looted from herbs around the world once the weekly objectives below are completed."}, requires = {{type = "quest", name = "Trainer Quest", quests = {93704, 93703, 93702, 93700}, match = "any"}, {type = "quest", name = "Gathering", quests = {81425, 81426, 81427, 81428, 81429, 81430}, match = "all"}}}, + {skillLineVariantID = 2912, categoryID = category, quests = {}, itemID = 238467, points = 0, loc = {hint = "These are randomly looted from herbs around the world once the weekly objectives below are completed."}, requires = {{type = "quest", name = "Trainer Quest", quests = {93704, 93703, 93702, 93701, 93700}, match = "any"}, {type = "quest", name = "Gathering", quests = {81425, 81426, 81427, 81428, 81429, 81430}, match = "all"}}}, -- Midnight: Inscription {skillLineVariantID = 2913, categoryID = category, quests = {}, itemID = 246328, points = 0, loc = {hint = "Awarded from Patron Orders at your crafting station."}}, -- Midnight: Jewelcrafting diff --git a/Data/Objectives/WeeklyQuest.lua b/Data/Objectives/WeeklyQuest.lua index e452ddd..6c45b63 100644 --- a/Data/Objectives/WeeklyQuest.lua +++ b/Data/Objectives/WeeklyQuest.lua @@ -43,7 +43,7 @@ local objectives = { -- Midnight: Engineering {skillLineVariantID = 2910, categoryID = category, quests = {93692}, itemID = 263456, points = 1, loc = {m = Enum.WK_Map.SilvermoonCity, x = 45.0, y = 55.2, hint = "Complete a quest from the Artisan's Consortium."}}, -- Midnight: Herbalism - {skillLineVariantID = 2912, categoryID = category, quests = {93700, 93702, 93703, 93704}, itemID = 263462, points = 3, limit = 1, loc = {m = Enum.WK_Map.SilvermoonCity, x = 48.2, y = 51.6, hint = "Complete a quest from |cffffff00Botanist Nathera|r ."}}, + {skillLineVariantID = 2912, categoryID = category, quests = {93700, 93701, 93702, 93703, 93704}, itemID = 263462, points = 3, limit = 1, loc = {m = Enum.WK_Map.SilvermoonCity, x = 48.2, y = 51.6, hint = "Complete a quest from |cffffff00Botanist Nathera|r ."}}, -- Midnight: Inscription {skillLineVariantID = 2913, categoryID = category, quests = {93693}, itemID = 263457, points = 4, loc = {m = Enum.WK_Map.SilvermoonCity, x = 45.0, y = 55.2, hint = "Complete a quest from the Artisan's Consortium."}}, -- Midnight: Jewelcrafting