C_MythicPlus.GetCurrentAffixes

From Warcraft Wiki
Jump to navigation Jump to search

Returns a table listing the current AffixIDs that are available this week.

affixIDs = C_MythicPlus.GetCurrentAffixes()

Returns

affixIDs
MythicPlusKeystoneAffix[]
Field Type Description
id number
seasonID number

Details

  • Sample output with Fortified, Afflicted and Raging
{
    {   
        id = 10,
        seasonID = 0 
    }, {   
        id = 135,
        seasonID = 0 
    }, {   
        id = 6,
        seasonID = 0 
    } 
}

Patch changes

Battle for Azeroth Patch 8.0.1 (2018-07-17): Added.