Pet spell cooldown
Материал из YTDB DataBase
(Различия между версиями)
Neggod (Обсуждение | вклад) |
NeatElves (Обсуждение | вклад) |
||
Строка 2: | Строка 2: | ||
| __TOC__ | | __TOC__ | ||
|} | |} | ||
- | + | К описанию таблиц [[Charactersdb_struct|базы данных characters]]. | |
- | <big>''' | + | <big>'''Таблица `pet_spell_cooldown`'''</big> |
+ | |||
This table holds information on pet spell cooldowns. | This table holds information on pet spell cooldowns. | ||
- | <big>''' | + | <big>'''Структура'''</big> |
{| border="1" | {| border="1" | ||
|'''Field''' | |'''Field''' | ||
|'''Type''' | |'''Type''' | ||
+ | |'''Attributes''' | ||
|'''Null''' | |'''Null''' | ||
|'''Key''' | |'''Key''' | ||
|'''Default''' | |'''Default''' | ||
- | |''' | + | |'''Comments''' |
|- | |- | ||
|[[#guid|guid]] | |[[#guid|guid]] | ||
- | |int(11) unsigned | + | |int(11) |
+ | |unsigned | ||
|NO | |NO | ||
|PRI | |PRI | ||
Строка 27: | Строка 30: | ||
|- | |- | ||
|[[#spell|spell]] | |[[#spell|spell]] | ||
- | |int(11) unsigned | + | |int(11) |
+ | |unsigned | ||
|NO | |NO | ||
|PRI | |PRI | ||
Строка 34: | Строка 38: | ||
|- | |- | ||
|[[#time|time]] | |[[#time|time]] | ||
- | |bigint(20) unsigned | + | |bigint(20) |
+ | |unsigned | ||
|NO | |NO | ||
| | | | ||
Строка 42: | Строка 47: | ||
- | <big>''' | + | <big>'''Описание полей'''</big> |
====guid==== | ====guid==== | ||
The GUID of the pet. See [[character_pet#id|character_pet.id]] | The GUID of the pet. See [[character_pet#id|character_pet.id]] |
Версия 10:28, 31 августа 2010
|
К описанию таблиц базы данных characters.
Таблица `pet_spell_cooldown`
This table holds information on pet spell cooldowns.
Структура
Field | Type | Attributes | Null | Key | Default | Comments |
guid | int(11) | unsigned | NO | PRI | 0 | |
spell | int(11) | unsigned | NO | PRI | 0 | |
time | bigint(20) | unsigned | NO | 0 |
Описание полей
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