summaryrefslogtreecommitdiff
path: root/docs/es/character_gifts.md
blob: 048d8f5fb172217a66941985d3d717d540260674 (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
39
40
41
# character\_gifts

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

**Tabla \`character\_gifts\`**

Esta tabla contiene datos sobre artículos envueltos o de regalo.

**Estructura**

| Field          | Type | Attributes | Key | Null | Default | Extra | Comment |
| -------------- | ---- | ---------- | --- | ---- | ------- | ----- | ------- |
| [guid][1]      | INT  | UNSIGNED   |     | NO   | 0       |       |         |
| [item_guid][2] | INT  | UNSIGNED   | PRI | NO   | 0       |       |         |
| [entry][3]     | INT  | UNSIGNED   |     | NO   | 0       |       |         |
| [flags][4]     | INT  | UNSIGNED   |     | NO   | 0       |       |         |

[1]: #guid
[2]: #itemguid
[3]: #entry
[4]: #flags

**Descripción de los campos**

### guid

El GUID del personaje. Consulte [characters.guid](characters#guid).

### item\_guid

El GUID del artículo. Consulte [item\_instance.guid](item_instance#guid).

### entry

La entrada del artículo. Consulte [item\_template.entry](item_template#entry).

### flags

`campo-sin-descripción|4`

*Nota para futuras investigaciones: max flags 13369920? FieldFlags of ProtoFlags?*