Skip to content

Commit

Permalink
BFA updatez
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowBrooks committed Jan 13, 2025
1 parent 6255db1 commit 2b2e3ab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,10 @@ root(ROOTS.Zones, m(ZANDALAR, bubbleDown({ ["timeline"] = { ADDED_8_0_1 } }, {
q(54188, { -- Scrambled Bots (Faction Assault WQ)
["races"] = ALLIANCE_ONLY,
["g"] = {
i(165841), -- Bot Scrambler (QI!)
o(311822, { -- Bot Scrambler
["coord"] = { 39.5, 53.7, VOLDUN },
["g"] = { i(165841), }, -- Bot Scrambler (QI!)
}),
},
}),
q(51629), -- Shell Game
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1788,7 +1788,10 @@ root(ROOTS.Zones, m(ZANDALAR, bubbleDown({ ["timeline"] = { ADDED_8_0_1 } }, {
q(53449, { -- Apes of Wrath
["isBreadcrumb"] = true,
["provider"] = { "n", 129589 }, -- The Monkey King
["coord"] = { 47.0, 88.4, DAZARALOR },
["coords"] = {
{ 47.0, 88.4, DAZARALOR },
{ 57, 58.5, ZULDAZAR },
},
["races"] = ALLIANCE_ONLY,
}),
q(50044, { -- Archaeological Efficiency (A)
Expand All @@ -1811,7 +1814,7 @@ root(ROOTS.Zones, m(ZANDALAR, bubbleDown({ ["timeline"] = { ADDED_8_0_1 } }, {
},
}),
q(53452, { -- Gorilla Warfare (A)
["provider"] = { "n", 130947 }, -- Tsunga
["provider"] = { "n", 143792 }, -- Tsunga
["coord"] = { 50.2, 54.6, ZULDAZAR },
["races"] = ALLIANCE_ONLY,
}),
Expand All @@ -1830,15 +1833,15 @@ root(ROOTS.Zones, m(ZANDALAR, bubbleDown({ ["timeline"] = { ADDED_8_0_1 } }, {
},
}),
q(53450, { -- King Da'ka (A)
["provider"] = { "n", 129589 }, -- The Monkey King
["provider"] = { "n", 143787 }, -- Flap-Flap
["coord"] = { 51.4, 53.0, ZULDAZAR },
["sourceQuests"] = { 53449 }, -- Apes of Wrath
["races"] = ALLIANCE_ONLY,
}),
q(49282, { -- Morgrum's Extended Survey
["coord"] = { 44.4, 73.4, ZULDAZAR },
["races"] = ALLIANCE_ONLY,
["provider"] = { "n", 131763 }, -- Excavator Morgrum Emberflint
["providers"] = { "n", 131763 }, -- Excavator Morgrum Emberflint
["sourceQuests"] = {
49060, -- Xibalan Ecology
49274, -- Morgrum's Survey
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ root(ROOTS.Zones, m(NAZJATAR, bubbleDownSelf({ ["timeline"] = { ADDED_8_2_0 } },
},
}),
q(56385), -- Pearlhusk Crawler
q(56381), -- Prince Wiggletail
petbattle(q(56381)), -- Prince Wiggletail
q(57336), -- Putting the Past to Rest
q(56387), -- Ravenous Scalespawn
q(56003, { -- Runelocked Chest
Expand Down

0 comments on commit 2b2e3ab

Please sign in to comment.