Astral Keys

Astral Keys

13M Downloads

9.2 PTR Error

yoshimo opened this issue ยท 0 comments

commented

So we have

C_MythicPlus.GetCurrentAffixes()

[1]={
  [1]={
    id=9,
    seasonID=0
  },
  [2]={
    id=6,
    seasonID=0
  },
  [3]={
    id=3,
    seasonID=0
  }
}

If i don't set

SEASON_AFFIX = affixes[4].id
to a fixed value, it errors out.
The code needs to be a bit more robust here.