blob: 8d597f1842c4e24aee1b54e4f6b9368703cbf05d (
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
|
# pet\_spell\_cooldown
[<-Back-to:Characters](database-characters.md)
**The \`pet\_spell\_cooldown\` table**
This table holds information on pet spell cooldowns.
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| ---------- | --------- | ---------- | --- | ---- | ------- | ----- | ---------------------------------- |
| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Global Unique Identifier, Low part |
| [spell][2] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | Spell Identifier |
| [time][3] | INT | UNSIGNED | | NO | 0 | | |
[1]: #guid
[2]: #spell
[3]: #time
**Description of the fields**
### guid
The GUID of the pet. See [character\_pet.id](character_pet#id).
### spell
The spell ID to which the cooldown applies. See [Spell.dbc](spell) column 1.
### time
The time when the cooldown expires, in Unix time.
|