summaryrefslogtreecommitdiff
path: root/docs/es/character_talent.md
blob: c5a5a9361d0970e5ecd8a03e3535ca325d067e9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# character\_talent

[<-Volver a:Characters](database-characters.md)

Leer en: [English :gb:](../character_talent) [Spanish :es:](character_talent)

**Tabla \`character\_talent\`**

Contiene todos los datos de talentos individuales de cada personaje. Esto solo se usa como una tabla de almacenamiento, los valores se leen desde aquí y se escriben en character\_spell, y viceversa, cuando un jugador cambia de especificación.

**Estructura**

| Field         | Type      | Attributes | Key | Null | Default | Extra | Comment |
| ------------- | --------- | ---------- | --- | ---- | ------- | ----- | ------- |
| [guid][1]     | INT       | UNSIGNED   | PRI | NO   |         |       |         |
| [spell][2]    | MEDIUMINT | UNSIGNED   | PRI | NO   |         |       |         |
| [specMask][3] | TINYINT   | UNSIGNED   | PRI | NO   | 0       |       |         |

[1]: #guid
[2]: #spell
[3]: #specmask

**Descripción de los campos**

### guid

El guid del personaje. Ver [characters.guid](characters#guid).

### spell

El id del hechizo. Ver [Spell.dbc](spell) columna 1.

### specMask

| Value | Data               | 
| ----- | ------------------ |
| 0     | is the first spec  | 
| 1     | is the second spec |