Shadowlands weeklies
SpareSimian opened this issue ยท 1 comments
Please add the following to Modules/Progress.lua for those still collecting mogs, pets, and mounts in the Shadowlands. Thanks! Insert this after the stanza for sl-patterns-within-patterns. (Sorry, I don't have translations.)
-- Replenish the Reservoir
["sl-replenish-the-reservoir"] = {
type = "any",
expansion = 8,
name = "Replenish the Reservoir",
persists = true,
index = 3,
questID = {
61981, -- Venthyr
61982, -- Kyrian
61983, -- Necrolord
61984, -- Night Fae
},
fullObjective = true,
reset = "weekly",
},
-- Return Lost Souls
["sl-return-lost-souls"] = {
type = "any",
expansion = 8,
name = "Return Lost Souls",
persists = true,
index = 3,
questID = {
61331,
61332,
61333,
61334,
62858,
62859,
62860,
62861,
62862,
62863,
62864,
62865,
62866,
62867,
62868,
62869,
},
fullObjective = true,
reset = "weekly",
},
-- Return More Lost Souls
["sl-return-more-lost-souls"] = {
type = "any",
expansion = 8,
name = "Return More Lost Souls",
persists = true,
index = 4,
questID = {
65090,
65103,
65104,
65105,
},
fullObjective = true,
reset = "weekly",
},
-- Shaping Fate
["sl-shaping-fate"] = {
type = "single",
expansion = 8,
name = "Shaping Fate",
persists = true,
index = 5,
questID = 63949,
fullObjective = true,
reset = "weekly",
},