Pet spell

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

(Различия между версиями)
Перейти к: навигация, поиск
 
(3 промежуточные версии не показаны)
Строка 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` table'''</big>
+
<big>'''Таблица `pet_spell`'''</big>
-
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'''
|'''Default'''
|'''Default'''
-
|'''Extra'''
+
|'''Comments'''
|-
|-
|[[#guid|guid]]
|[[#guid|guid]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|PRI
|PRI
|0
|0
-
|
+
|Global Unique Identifier
|-
|-
|[[#spell|spell]]
|[[#spell|spell]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|PRI
|PRI
|0
|0
-
|
+
|Spell Identifier
-
|-
+
-
|[[#slot|slot]]
+
-
|int(11) unsigned
+
-
|NO
+
-
|
+
-
|0
+
-
|
+
|-
|-
|[[#active|active]]
|[[#active|active]]
-
|int(11) unsigned
+
|int(11)
 +
|unsigned
|NO
|NO
|
|
Строка 48: Строка 48:
-
<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====
+
-
The slot the spell icon is in in the pet bar.
+
====active====
====active====
Boolean 0 or 1 controlling if the spell is active or not.
Boolean 0 or 1 controlling if the spell is active or not.
-
 
-
(c)udbwiki
 

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

Содержание

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


Таблица `pet_spell`


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


Структура

Field Type Attributes Null Key Default Comments
guid int(11) unsigned NO PRI 0 Global Unique Identifier
spell int(11) unsigned NO PRI 0 Spell Identifier
active int(11) unsigned NO 0


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

guid

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

spell

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

active

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

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