Pet spell
Материал из YTDB DataBase
Версия от 12:06, 13 февраля 2011; NeatElves (Обсуждение | вклад)
|
К описанию таблиц базы данных 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.