Ir al final de los metadatos
Ir al inicio de los metadatos

Estás viendo una versión antigua de esta página. Ve a la versión actual.

Comparar con el actual Ver el historial de la página

« Anterior Versión 9 Actual »

Back-to:Characters

The `character_talent` table

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

guid

The GUID of the character. See characters.guid

spell

The spell ID. See Spell.dbc column 1

talentGroup

talentGroup = 0 is the first spec, talentGroup = 1 is the second spec.

  • Sin etiquetas