Pet spell cooldown

Материал из YTDB DataBase

(Различия между версиями)
Перейти к: навигация, поиск
 
(2 промежуточные версии не показаны)
Строка 2: Строка 2:
| __TOC__
| __TOC__
|}
|}
-
Back to [[charactersdb_struct|characters database]] list of tables.
+
[[Category: Mangos characters database tables]]
 +
К описанию таблиц [[Charactersdb_struct|базы данных characters]].
-
<big>'''The `pet_spell_cooldown` table'''</big>
+
<big>'''Таблица `pet_spell_cooldown`'''</big>
-
This table holds information on pet spell cooldowns.
 
 +
Таблица содержит информацию о времени кулдауна спеллов питомца.
-
<big>'''Structure'''</big>
+
 
 +
<big>'''Структура'''</big>
{| border="1"
{| border="1"
|'''Field'''
|'''Field'''
|'''Type'''
|'''Type'''
 +
|'''Attributes'''
|'''Null'''
|'''Null'''
|'''Key'''
|'''Key'''
|'''Default'''
|'''Default'''
-
|'''Extra'''
+
|'''Comments'''
|-
|-
|[[#guid|guid]]
|[[#guid|guid]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|PRI
|PRI
|0
|0
-
|
+
|Global Unique Identifier, Low part
|-
|-
|[[#spell|spell]]
|[[#spell|spell]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|PRI
|PRI
|0
|0
-
|
+
|Spell Identifier
|-
|-
|[[#time|time]]
|[[#time|time]]
-
|bigint(20) unsigned
+
|bigint(20)
 +
|unsigned
|NO
|NO
|
|
Строка 42: Строка 48:
-
<big>'''Description of the fields'''</big>
+
<big>'''Описание полей'''</big>
====guid====
====guid====
-
The GUID of the pet. See [[character_pet#id|character_pet.id]]
+
Идентификатор питомца. См. [[character_pet#id|character_pet.id]].
====spell====
====spell====
-
The spell ID to which the cooldown applies.
+
Идентификатор спелла, для которого записывается время кулдауна. См. [[Spell.dbc]].
====time====
====time====
-
The time when the cooldown expires, in Unix time.
+
Время кулдауна(в Unix формате).
-
 
+
-
(c)udbwiki
+

Текущая версия на 12:06, 13 февраля 2011

Содержание

К описанию таблиц базы данных characters.


Таблица `pet_spell_cooldown`


Таблица содержит информацию о времени кулдауна спеллов питомца.


Структура

Field Type Attributes Null Key Default Comments
guid int(11) unsigned NO PRI 0 Global Unique Identifier, Low part
spell int(11) unsigned NO PRI 0 Spell Identifier
time bigint(20) unsigned NO 0


Описание полей

guid

Идентификатор питомца. См. character_pet.id.

spell

Идентификатор спелла, для которого записывается время кулдауна. См. Spell.dbc.

time

Время кулдауна(в Unix формате).

Личные инструменты