Pet spell
Материал из YTDB DataBase
(Различия между версиями)
Neggod (Обсуждение | вклад) (Новая страница: «{| align="right" | __TOC__ |} Back to characters database list of tables. <big>'''The `pet_spell` table'''</big> This table holds informat…») |
NeatElves (Обсуждение | вклад) |
||
(4 промежуточные версии не показаны) | |||
Строка 2: | Строка 2: | ||
| __TOC__ | | __TOC__ | ||
|} | |} | ||
- | + | [[Category: Mangos characters database tables]] | |
+ | К описанию таблиц [[Charactersdb_struct|базы данных characters]]. | ||
- | <big>''' | + | <big>'''Таблица `pet_spell`'''</big> |
- | |||
- | <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 | ||
|0 | |0 | ||
- | | | + | |Global Unique Identifier |
|- | |- | ||
|[[#spell|spell]] | |[[#spell|spell]] | ||
- | |int(11) unsigned | + | |int(11) |
+ | |unsigned | ||
|NO | |NO | ||
|PRI | |PRI | ||
|0 | |0 | ||
- | | | + | |Spell Identifier |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
|- | |- | ||
|[[#active|active]] | |[[#active|active]] | ||
- | |int(11) unsigned | + | |int(11) |
+ | |unsigned | ||
|NO | |NO | ||
| | | | ||
Строка 48: | Строка 48: | ||
- | <big>''' | + | <big>'''Описание полей'''</big> |
====guid==== | ====guid==== | ||
- | + | Идентификатор питомца. См. [[character_pet#id|character_pet.id]]. | |
====spell==== | ====spell==== | ||
- | + | Идентификатор спелла. См. [[Spell.dbc]]. | |
- | + | ||
- | + | ||
====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. | ||
- |
Текущая версия на 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.