Most of these changes are simply compared 1:1 with 8.0.1 (which Classic DB2s are based off). However, I did fix/change a few things:
ChrClasses: The last field was called "Flags", although there is already field from 8.0.1 with that name. It's most likely a boolean for classes using relic slots (HasRelicSlot?).
SkillLineAbility: Last field was called "NumSkillUps", but, like above, this name is already used. The right name for this is "CharacterPoints" (which existed in older versions).
SpellVisual: Completely redid this one and named the two new fields at the end, based off 0.5.3 and 1.12.
Most of these changes are simply compared 1:1 with 8.0.1 (which Classic DB2s are based off). However, I did fix/change a few things:
ChrClasses: The last field was called "Flags", although there is already field from 8.0.1 with that name. It's most likely a boolean for classes using relic slots (HasRelicSlot?).
SkillLineAbility: Last field was called "NumSkillUps", but, like above, this name is already used. The right name for this is "CharacterPoints" (which existed in older versions).
SpellVisual: Completely redid this one and named the two new fields at the end, based off 0.5.3 and 1.12.