Pet spell
Материал из YTDB DataBase
(Различия между версиями)
NeatElves (Обсуждение | вклад) |
NeatElves (Обсуждение | вклад) |
||
(1 промежуточная версия не показана) | |||
Строка 2: | Строка 2: | ||
| __TOC__ | | __TOC__ | ||
|} | |} | ||
+ | [[Category: Mangos characters database tables]] | ||
К описанию таблиц [[Charactersdb_struct|базы данных characters]]. | К описанию таблиц [[Charactersdb_struct|базы данных characters]]. | ||
Строка 54: | Строка 55: | ||
====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.