Saved Dungeons & Raids

Saved Dungeons & Raids

28.6k Downloads

Include Instance ID on console report

nfet opened this issue ยท 1 comments

commented

Example Instance Info. Include the "id" value in each saved dungeon info

{  
        difficulty = 2,
        difficultyName = 'Heroic',
        encounterProgress = 9,
        extendDisabled = false,
        extended = false,
        id = 199006744,
        instanceIDMostSig = 524353536,
        isRaid = false,
        locked = true,
        maxPlayers = 5,
        name = 'Gundrak',
        numEncounters = 9,
        reset = 35854 
    }, {   
        difficulty = 2,
        difficultyName = 'Heroic',
        encounterProgress = 8,
        extendDisabled = false,
        extended = false,
        id = 199001546,
        instanceIDMostSig = 524353536,
        isRaid = false,
        locked = true,
        maxPlayers = 5,
        name = "Ahn'kahet: The Old Kingdom",
        numEncounters = 8,
        reset = 35854 
    } 
commented

The raid is seem to be excluded in Retail, so I will also not implement this in WOTLK