Skip to content

Commit

Permalink
TWW Include Residual Memories stuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowBrooks committed Jul 24, 2024
1 parent f3aa67d commit b1d8507
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- W O R L D E V E N T S M O D U L E --
-----------------------------------------------------
local RESIDUAL_MEMORIES = 3089;
root(ROOTS.WorldEvents, n(EXPANSION_PRELAUNCH, bubbleDown({ ["timeline"] = { "added 11.0.0.99999", REMOVED_11_PH_LAUNCH } }, { -- This hasn't been added yet
root(ROOTS.WorldEvents, n(EXPANSION_PRELAUNCH, bubbleDown({ ["timeline"] = { ADDED_11_PH_PREPATCH, REMOVED_11_PH_LAUNCH } }, { -- This hasn't been added yet
expansion(EXPANSION.TWW, {
n(ACHIEVEMENTS, {
ach(40796), -- This Takes Me Back
Expand All @@ -21,7 +21,7 @@ root(ROOTS.WorldEvents, n(EXPANSION_PRELAUNCH, bubbleDown({ ["timeline"] = { "ad
n(QUESTS, {
q(82539), -- Radiant Echoes
q(82540, { -- Memories of Adventures Past
["sourceQuests"] = { 80500 }, -- The Bronzebeard Family (TODO: could be some additional hqt in future or will be up due to warbound change?)
-- ["sourceQuests"] = { 80500 }, -- The Bronzebeard Family (TODO: could be some additional hqt in future or will be up due to warbound change?)
["provider"] = { "n", 213627 }, -- Archmage Khadgar
["coord"] = { 42.9, 59.7, 629 }, -- Legion Dalaran, Aegwynn's Gallery
}),
Expand Down
Loading

0 comments on commit b1d8507

Please sign in to comment.