You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2022. It is now read-only.
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.