Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

Contains all the individual talent data for each character. This is only used as a storage table, values get read from here and written to character_spell, and vice-versa, when a player switches specs.

Structure

Field

Type

Attributes

Key

Null

Default

Extra

Comment

guid

int(10)

unsigned

PRI

NO

NULL



spell

mediumint(8)

unsigned

PRI

NO

NULL



talentGroup

tinyint(3)

unsigned

PRI

NO

0



Description of the fields

...