SavedInstances

SavedInstances

11M Downloads

New weekly quest "Aiding the Accord: Time Rift" not showing up

snackiesmores opened this issue ยท 1 comments

commented

The new weekly quest "Aiding the Accord: Time Rift" is not showing up in the list, even though "Aiding the Accord" tracking is turned on. Looks like it may be quest ID 77254.

WoWScrnShot_071223_102446

Looking at Quest.lua and Progress.lua, this quest is not listed in the Aiding the Accord array.

Thanks for the great addon!!

commented

Added it to Progress.lua at line 453:

questID = {
70750, -- Aiding the Accord
72068, -- Aiding the Accord: A Feast For All
72373, -- Aiding the Accord: The Hunt is On
72374, -- Aiding the Accord: Dragonbane Keep
72375, -- Aiding the Accord: The Isles Call
75259, -- Aiding the Accord: Zskera Vault
75859, -- Aiding the Accord: Sniffenseeking
75860, -- Aiding the Accord: Researchers Under Fire
75861, -- Aiding the Accord: Suffusion Camp
77254, -- Aiding the Accord: Time Rift
},

And also to Quest.lua at line 361:

-- Aiding the Accord
[70750] = "Weekly", -- Aiding the Accord
[72068] = "Weekly", -- Aiding the Accord: A Feast For All
[72373] = "Weekly", -- Aiding the Accord: The Hunt is On
[72374] = "Weekly", -- Aiding the Accord: Dragonbane Keep
[72375] = "Weekly", -- Aiding the Accord: The Isles Call
[75259] = "Weekly", -- Aiding the Accord: Zskera Vault
[75859] = "Weekly", -- Aiding the Accord: Sniffenseeking
[75860] = "Weekly", -- Aiding the Accord: Researchers Under Fire
[75861] = "Weekly", -- Aiding the Accord: Suffusion Camp
[77254] = "Weekly", -- Aiding the Accord: Time Rift

Restarting WoW it seems to work now:

screenshot