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…») |
Neggod (Обсуждение | вклад) |
||
Строка 57: | Строка 57: | ||
====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. | ||
+ | |||
(c)udbwiki | (c)udbwiki |
Версия 16:19, 7 марта 2010
|
Back to characters database list of tables.
The `pet_spell` table
This table holds information on individual pet spells.
Structure
Field | Type | 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 |
Description of the fields
guid
The pet GUID. See character_pet.id
spell
The spell ID. See 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