Skip to content

Commit

Permalink
Add Naga/Pirate quests to Siren Isle
Browse files Browse the repository at this point in the history
  • Loading branch information
madcowfred committed Dec 26, 2024
1 parent 4f5f0a8 commit 6b8e391
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions Data/Chores/The_War_Within.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
},
},
{
Expand Down

0 comments on commit 6b8e391

Please sign in to comment.