-
Notifications
You must be signed in to change notification settings - Fork 48
Pet_spell
Schmoozerd edited this page Apr 17, 2013
·
2 revisions
Back to characters database list of tables.
This table holds information on individual pet spells.
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 |
The pet GUID. See character_pet.id
The spell ID. See Spell.dbc
The slot the spell icon is in in the pet bar.
Boolean 0 or 1 controlling if the spell is active or not.