Tormentors of Torghast event and Covenant Assaults
Opened this issue ยท 1 comments
Any plans on including these, either as weekly quests or world boss / special progress like N'Zoth Assaults?
I simply added
[9007] = { quest=63854, name=L["Tormentors of Torghast"], expansion=8, level=60 }, -- Tormentors of Torghast
[9008] = { quest=63824, name=L["Kyrian Assault"], expansion=8, level=60 }, -- Kyrian Assault
[9008] = { quest=63543, name=L["Necrolord Assault"], expansion=8, level=60 }, -- Necrolord Assault
[9008] = { quest=63823, name=L["Night Fae Assault"], expansion=8, level=60 }, -- Night Fae Assault
[9008] = { quest=63822, name=L["Venthyr Assault"], expansion=8, level=60 }, -- Venthyr Assault
under Wrath of the Jailer in Modules/WorldBoss.lua and it seems to work fine, but I'm not sure if it'll continue working between resets, I also only took the quest id's for assaults from wowhead ptr data (and it only shows the current assault, not the one from earlier this week, so it doesn't quite work like N'Zoth assaults used to).