From 6b8e3914d2e42430575ba30a60775cabb178adff Mon Sep 17 00:00:00 2001 From: Freddie Date: Wed, 25 Dec 2024 19:47:41 -0800 Subject: [PATCH] Add Naga/Pirate quests to Siren Isle --- Data/Chores/The_War_Within.lua | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/Data/Chores/The_War_Within.lua b/Data/Chores/The_War_Within.lua index a9e7f23..b357045 100644 --- a/Data/Chores/The_War_Within.lua +++ b/Data/Chores/The_War_Within.lua @@ -15,6 +15,14 @@ Addon.data.chores.choresWarWithin = { key = 'specialAssignment', minimumLevel = 80, entries = { + { + quest = 85113, -- Special Assignment: Storm's a Brewin + unlockQuest = 84850, -- Serpent's Wrath + }, + { + quest = 85113, -- Special Assignment: Storm's a Brewin + unlockQuest = 84851, -- Tides of Greed + }, { quest = 85113, -- Special Assignment: Storm's a Brewin unlockQuest = 84852, -- Legacy of the Vrykul @@ -36,6 +44,18 @@ Addon.data.chores.choresWarWithin = { minimumLevel = 80, pick = 5, entries = { + -- Naga + { quest = 84252 }, -- Peak Precision + { quest = 84430 }, -- Crystal Crusade + { quest = 84627 }, -- Three Heads of the Deep + { quest = 85051 }, -- Beach Comber + { quest = 85589 }, -- Ruffled Pages + -- Pirate + { quest = 83753 }, -- Cannon Karma + { quest = 83827 }, -- Silence the Song + { quest = 84001 }, -- Cart Blanche + { quest = 84299 }, -- Pirate Plunder + { quest = 84619 }, -- Ooker Dooker Literature Club -- Vrykul { quest = 84248 }, -- A Ritual of Runes { quest = 83932 }, -- Historical Documents @@ -44,20 +64,6 @@ Addon.data.chores.choresWarWithin = { { quest = 84222 }, -- Secure the Perimeter }, }, - -- -- Naga - -- { quest = 84252 }, -- Peak Precision - -- { quest = 84430 }, -- Crystal Crusade - -- { quest = 84627 }, -- Three Heads of the Deep - -- { quest = 84850 }, -- Serpent's Wrath - -- { quest = 85051 }, -- Beach Comber - -- { quest = 85589 }, -- Ruffled Pages - -- -- Pirate - -- { quest = 83753 }, -- Cannon Karma - -- { quest = 83827 }, -- Silence the Song - -- { quest = 84001 }, -- Cart Blanche - -- { quest = 84299 }, -- Pirate Plunder - -- { quest = 84619 }, -- Ooker Dooker Literature Club - -- { quest = 84851 }, -- Tides of Greed }, }, {