Pet spell
Материал из YTDB DataBase
(Различия между версиями)
NeatElves (Обсуждение | вклад) |
NeatElves (Обсуждение | вклад) |
||
Строка 54: | Строка 54: | ||
====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. | ||
- | |||
- |
Версия 10:38, 31 августа 2010
|
К описанию таблиц базы данных 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.