Pet spell cooldown
Материал из YTDB DataBase
Версия от 16:20, 7 марта 2010; Neggod (Обсуждение | вклад)
|
Back to characters database list of tables.
The `pet_spell_cooldown` table
This table holds information on pet spell cooldowns.
Structure
Field | Type | Null | Key | Default | Extra |
guid | int(11) unsigned | NO | PRI | 0 | |
spell | int(11) unsigned | NO | PRI | 0 | |
time | bigint(20) unsigned | NO | 0 |
Description of the fields
guid
The GUID of the pet. See character_pet.id
spell
The spell ID to which the cooldown applies.
time
The time when the cooldown expires, in Unix time.
(c)udbwiki