Shadowlands 9.0 error #25


Open
  • Samnthar created this issue Sep 12, 2020

    Message: ..\AddOns\RoleIcons\RoleIcons.lua line 29:
    attempt to get length of global 'MAX_PLAYER_LEVEL_TABLE' (a nil value)
    Debug:
    [string "=[C]"]: ?
    [string "@RoleIcons\RoleIcons.lua"]:29: in main chunk

  • domzae posted a comment Dec 9, 2020

    I was able to fix this by going to

    ...World of Warcraft\_retail_\Interface\AddOns\RoleIcons\RoleIcons.lua

    Then change line 29 to





    local maxlvl = GetAccountExpansionLevel()

     


To post a comment, please login or register a new account.