Pet spell

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

(Различия между версиями)
Перейти к: навигация, поиск
Строка 2: Строка 2:
| __TOC__
| __TOC__
|}
|}
-
Back to [[charactersdb_struct|characters database]] list of tables.
+
К описанию таблиц [[Charactersdb_struct|базы данных characters]].
-
<big>'''The `pet_spell` table'''</big>
+
<big>'''Таблица `pet_spell`'''</big>
 +
 
This table holds information on individual pet spells.
This table holds information on individual pet spells.
-
<big>'''Structure'''</big>
+
 
 +
<big>'''Структура'''</big>
{| border="1"
{| border="1"
|'''Field'''
|'''Field'''
|'''Type'''
|'''Type'''
 +
|'''Attributes'''
|'''Null'''
|'''Null'''
|'''Key'''
|'''Key'''
Строка 19: Строка 22:
|-
|-
|[[#guid|guid]]
|[[#guid|guid]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|PRI
|PRI
Строка 26: Строка 30:
|-
|-
|[[#spell|spell]]
|[[#spell|spell]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|PRI
|PRI
Строка 33: Строка 38:
|-
|-
|[[#slot|slot]]
|[[#slot|slot]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|
|
Строка 40: Строка 46:
|-
|-
|[[#active|active]]
|[[#active|active]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|
|
Строка 48: Строка 55:
-
<big>'''Description of the fields'''</big>
+
<big>'''Описание полей'''</big>
====guid====
====guid====
-
The pet GUID. See [[character_pet#id|character_pet.id]]
+
Идентификатор питомца. См. [[character_pet#id|character_pet.id]].
====spell====
====spell====
-
The spell ID. See Spell.dbc
+
Идентификатор спелла. См. [[Spell.dbc]].
====slot====
====slot====
The slot the spell icon is in in the pet bar.
The slot the spell icon is in in the pet bar.

Версия 10:36, 31 августа 2010

Содержание

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


Таблица `pet_spell`


This table holds information on individual pet spells.


Структура

Field Type Attributes Null Key Default Extra
guid int(11) unsigned NO PRI 0
spell int(11) unsigned NO PRI 0
slot int(11) unsigned NO 0
active int(11) unsigned NO 0


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

guid

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

spell

Идентификатор спелла. См. Spell.dbc.

slot

The slot the spell icon is in in the pet bar.

active

Boolean 0 or 1 controlling if the spell is active or not.

(c)udbwiki

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