Pet spell
Материал из YTDB DataBase
(Различия между версиями)
Neggod (Обсуждение | вклад) |
NeatElves (Обсуждение | вклад) |
||
Строка 2: | Строка 2: | ||
| __TOC__ | | __TOC__ | ||
|} | |} | ||
- | + | К описанию таблиц [[Charactersdb_struct|базы данных characters]]. | |
- | <big>''' | + | <big>'''Таблица `pet_spell`'''</big> |
+ | |||
This table holds information on individual pet spells. | This table holds information on individual pet spells. | ||
- | <big>''' | + | |
+ | <big>'''Структура'''</big> | ||
{| border="1" | {| border="1" | ||
|'''Field''' | |'''Field''' | ||
|'''Type''' | |'''Type''' | ||
+ | |'''Attributes''' | ||
|'''Null''' | |'''Null''' | ||
|'''Key''' | |'''Key''' | ||
Строка 19: | Строка 22: | ||
|- | |- | ||
|[[#guid|guid]] | |[[#guid|guid]] | ||
- | |int(11) unsigned | + | |int(11) |
+ | |unsigned | ||
|NO | |NO | ||
|PRI | |PRI | ||
Строка 26: | Строка 30: | ||
|- | |- | ||
|[[#spell|spell]] | |[[#spell|spell]] | ||
- | |int(11) unsigned | + | |int(11) |
+ | |unsigned | ||
|NO | |NO | ||
|PRI | |PRI | ||
Строка 33: | Строка 38: | ||
|- | |- | ||
|[[#slot|slot]] | |[[#slot|slot]] | ||
- | |int(11) unsigned | + | |int(11) |
+ | |unsigned | ||
|NO | |NO | ||
| | | | ||
Строка 40: | Строка 46: | ||
|- | |- | ||
|[[#active|active]] | |[[#active|active]] | ||
- | |int(11) unsigned | + | |int(11) |
+ | |unsigned | ||
|NO | |NO | ||
| | | | ||
Строка 48: | Строка 55: | ||
- | <big>''' | + | <big>'''Описание полей'''</big> |
====guid==== | ====guid==== | ||
- | + | Идентификатор питомца. См. [[character_pet#id|character_pet.id]]. | |
====spell==== | ====spell==== | ||
- | + | Идентификатор спелла. См. [[Spell.dbc]]. | |
====slot==== | ====slot==== | ||
The slot the spell icon is in in the pet bar. | The slot the spell icon is in in the pet bar. |
Версия 10:36, 31 августа 2010
|
К описанию таблиц базы данных characters.
Таблица `pet_spell`
This table holds information on individual pet spells.
Структура
Field | Type | Attributes | Null | Key | Default | Extra |
guid | int(11) | unsigned | NO | PRI | 0 | |
spell | int(11) | unsigned | NO | PRI | 0 | |
slot | int(11) | unsigned | NO | 0 | ||
active | int(11) | unsigned | NO | 0 |
Описание полей
guid
Идентификатор питомца. См. character_pet.id.
spell
Идентификатор спелла. См. Spell.dbc.
slot
The slot the spell icon is in in the pet bar.
active
Boolean 0 or 1 controlling if the spell is active or not.
(c)udbwiki