SavedInstances

SavedInstances

11M Downloads

Argus Invasion World Boss IDs

pyyyy opened this issue ยท 3 comments

commented

[2010] = { quest=49169, expansion=6, level=110, name=EJ_GetEncounterInfo(2010) }, -- Matron Folnuna
[2011] = { quest=49167, expansion=6, level=110 }, -- Mistress Alluradel
[2012] = { quest=49166, expansion=6, level=110 }, -- Inquisitor Meto
[2013] = { quest=49170, expansion=6, level=110 }, -- Occularus
[2014] = { quest=49171, expansion=6, level=110 }, -- Sotanathor
[2015] = { quest=49168, expansion=6, level=110 }, -- Pit Lord Vilemus

These are the correct tracking IDs now. Would be nice if they didn't hide them next time...

Note that the name=EJ_GetEncounterInfo() bit is only needed for the first one as it comes up with an early PTR name for that boss (Mother Kena)

commented

it's a pretty simple fix, but i went ahead and created a PR for it. it's simple enough though that they may just go ahead and make the change their-selves :). This also fixes the questid for Kazzak - i had to fix this same id in my addon.

commented

Since @Stanzilla merged the pr - this can be closed. @jokeyrhyme or whoever is closing these these days.... :D

commented

Thanks!