1
0
EQ2Emu/docs/database/world/character_aa_defaults.md
2025-05-04 14:34:15 -04:00

412 B

Table: character_aa_defaults

Description:

Defines character_aa_defaults table in the World database.

Columns:

  • id (bigint(20), PRIMARY KEY, AUTO_INCREMENT, NOT NULL)
  • class (int(10), NOT NULL)
  • template_id (smallint(5), NOT NULL)
  • tab_id (tinyint(3), NOT NULL)
  • aa_id (int(10), NOT NULL)
  • order (smallint(5), NOT NULL)
  • treeid (tinyint(3), NOT NULL)

Primary Keys:

  • id