Skip to content

Commit

Permalink
Update Weekly Holidays.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowBrooks committed Dec 21, 2024
1 parent efc5ff2 commit 6599a3b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ root(ROOTS.Zones, m(KHAZ_ALGAR, bubbleDown({ ["timeline"] = { ADDED_11_0_2 } },
["_drop"] = { "g" }, -- Drop Ultimate Battle-Training Stone
}))),
q(83366), -- The World Awaits
q(86556), -- A Shattered Journey Through Time (Low Level Cata TW (under 70) and was picked up through adventure guide)
})),
n(QUESTS, {
q(84776, { -- A Call to Delves
Expand All @@ -45,6 +44,10 @@ root(ROOTS.Zones, m(KHAZ_ALGAR, bubbleDown({ ["timeline"] = { ADDED_11_0_2 } },
}),
},
}),
q(86556, { -- -- A Shattered Journey Through Time (Low Level Cata TW (under 70) and was picked up through adventure guide)
["isWeekly"] = true,
["timeline"] = { ADDED_11_0_7 },
}),
q(83347, { -- Emissary of War
["provider"] = { "n", 226919 }, -- Archivist Frithrun
["coord"] = { 46.5, 49.3, DORNOGAL },
Expand Down

0 comments on commit 6599a3b

Please sign in to comment.