LDB Issues Sub-level-10
TylerR909 opened this issue ยท 1 comments
Seeing Lua errors around LDB when Character is under level 10.
/dump GetSpecializationInfo(GetSpecialization())
is giving specId 1452, and funcs attempting to index into self.db.class[specId].PvE
are blowing up when [specId]
returns void.
I think 1452 is a placeholder spec (for sub-lvl-10). Would be interesting to hook into the ADDON_LOAD event and skip until the char hits level 10.