Skip to content

Commit

Permalink
Incorporated changes from #1594 due to conflicts on PR (closes #1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUnicke committed Nov 22, 2024
1 parent 633be47 commit 8955eaa
Showing 1 changed file with 33 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ local GARRISON_CAMPAIGN = createHeader({
},
})

local WOD_CHROMIE_TIME_DESCRIPTION
-- #IF AFTER 9.0.1
WOD_CHROMIE_TIME_DESCRIPTION = "If you don't see a Command Board or a Bulletin Board in your garrison, check whether you can obtain the quest from your Adventure Guide while in WoD Chromie time. If you can't find it there either, your level may be too low or high. Check the zone's minimum level requirements."
-- #ENDIF

root(ROOTS.ExpansionFeatures, expansion(EXPANSION.WOD, {
n(GARRISONS, sharedData({["maps"] = { LUNARFALL, FROSTWALL } }, {
n(QUESTS, {
Expand Down Expand Up @@ -1646,12 +1651,17 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.WOD, {
},
}),
q(36951, { -- Arakkoa Exodus
["description"] = WOD_CHROMIE_TIME_DESCRIPTION,
["sourceQuests"] = { 35554 }, -- News from Spires of Arak
["isBreadcrumb"] = true,
["coords"] = { { 49.3, 41.3, FROSTWALL }, { 42.8, 45.2, LUNARFALL } },
["providers"] = {
{ "o", 232416 }, -- Bulletin Board
{ "o", 232397 }, -- Bulletin Board
{ "o", 232398 }, -- Bounty Board
{ "o", 232400 }, -- Bulletin Board
{ "o", 232416 }, -- Command Board lvl 1
{ "o", 233291 }, -- Command Board lvl 2
{ "o", 237022 }, -- Command Board lvl 3
},
}),
q(36624, { -- Ashran Appearance
Expand Down Expand Up @@ -2985,19 +2995,26 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.WOD, {
["cost"] = { { "i", 111557, 50 } }, -- 50x Sumptuous Fur
}),
q(34674, { -- Taking the Fight to Nagrand
["provider"] = { "o", 232397 }, -- Bulletin Board
["description"] = WOD_CHROMIE_TIME_DESCRIPTION,
["providers"] = {
{ "o", 232397 }, -- Bulletin Board
{ "o", 232398 }, -- Bounty Board
{ "o", 232400 }, -- Bulletin Board
},
["coord"] = { 42.8, 45.2, LUNARFALL },
["races"] = ALLIANCE_ONLY,
["isBreadcrumb"] = true,
}),
q(36952, { -- Taking the Fight to Nagrand
["races"] = HORDE_ONLY,
["isBreadcrumb"] = true,
["description"] = WOD_CHROMIE_TIME_DESCRIPTION,
["providers"] = {
{ "o", 232416 }, -- Command Board lvl 1
{ "o", 233291 }, -- Command Board lvl 2
{ "o", 237022 }, -- Command Board lvl 3
},
["coord"] = { 49.8, 41.7, FROSTWALL },
["races"] = HORDE_ONLY,
["isBreadcrumb"] = true,
}),
q(37184, { -- Taking the Fight to Nagrand
["provider"] = { "n", 81492 }, -- Bodrick Grey
Expand Down Expand Up @@ -3025,7 +3042,12 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.WOD, {
["u"] = REMOVED_FROM_GAME,
}),
q(34676, { -- The Critical Path
["provider"] = { "o", 232397 }, -- Bulletin Board
["description"] = WOD_CHROMIE_TIME_DESCRIPTION,
["providers"] = {
{ "o", 232397 }, -- Bulletin Board
{ "o", 232398 }, -- Bounty Board
{ "o", 232400 }, -- Bulletin Board
},
["coord"] = { 42.8, 45.2, LUNARFALL },
["races"] = ALLIANCE_ONLY,
["isBreadcrumb"] = true,
Expand Down Expand Up @@ -3053,6 +3075,7 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.WOD, {
},
}),
q(35557, { -- The Secrets of Gorgrond
["description"] = WOD_CHROMIE_TIME_DESCRIPTION,
["races"] = HORDE_ONLY,
["isBreadcrumb"] = true,
["providers"] = {
Expand Down Expand Up @@ -3109,7 +3132,11 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.WOD, {
["races"] = ALLIANCE_ONLY,
["u"] = REMOVED_FROM_GAME, -- There is no Bulletin Board anymore, only heroes calls
["isBreadcrumb"] = true,
["provider"] = { "o", 232397 }, -- Bulletin Board
["providers"] = {
{ "o", 232397 }, -- Bulletin Board
{ "o", 232398 }, -- Bounty Board
{ "o", 232400 }, -- Bulletin Board
},
}),
q(39033, { -- The Time to Strike
["provider"] = { "n", 94870 }, -- Seer Kazal
Expand Down

0 comments on commit 8955eaa

Please sign in to comment.