blob: 347db25225e96a3eb61e52cf1eefcb9492b989df (
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
# calendar\_events
[<-Volver a:Characters](database-characters.md)
**Tabla \`calendar\_events\`**
**Estructura**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| ---------------- | ------------ | ---------- | --- | ---- | ------- | ----- | -------- |
| [id][1] | BIGINT | UNSIGNED | PRI | NO | 0 | | |
| [creator][2] | INT | UNSIGNED | | NO | 0 | | |
| [title][3] | VARCHAR(255) | SIGNED | | NO | '' | | |
| [description][4] | VARCHAR(255) | SIGNED | | NO | '' | | |
| [type][5] | TINYINT | UNSIGNED | | NO | 4 | | |
| [dungeon][6] | INT | SIGNED | | NO | -1 | | |
| [eventtime][7] | INT | UNSIGNED | | NO | 0 | | |
| [flags][8] | INT | UNSIGNED | | NO | 0 | | |
| [time2][9] | INT | UNSIGNED | | NO | 0 | | |
[1]: #id
[3]: #creator
[4]: #title
[5]: #description
[6]: #type
[7]: #dungeon
[8]: #eventtime
[9]: #flags
[10]: #time2
**Descripción de los Campos**
### id
`field-no-description|1` (ID del calendario)
### creator
`field-no-description|2` (¿GUID del creador?)
### title
`field-no-description|3` (Título del mismo)
### description
`field-no-description|4` (Descripción del mismo)
### type
`field-no-description|5` (¿Tipo del mismo? Se desconoce de dónde puede extraerse aquella información)
### dungeon
`field-no-description|6` (¿Evento de Mazmorra o Raid?)
### eventtime
`field-no-description|7` (¿Tiempo hasta que llegue el evento?)
### flags
`field-no-description|8` (Marcadores o "flags" del evento)
### time2
`field-no-description|9` (¿Tiempo hasta que finalice el evento?)
|