Pet spell cooldown SF

From Project Skyfire
Revision as of 16:16, 7 July 2012 by Cheapgamer (talk | contribs) (Created page with "{| align="right" | __TOC__ |} Category: SkyFire Characters database tables {{Back-to:Characters}} <big>'''The `pet_spell_cooldown` table'''</big> This table holds infor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to characters database list of tables.


The `pet_spell_cooldown` table

This table holds information on pet spell cooldowns.


Structure

Field Type Attributes Key Null Default Extra Comment
guid int(10) unsigned PRI NO 0 Global Unique Identifier, Low part
spell mediumint(8) unsigned PRI NO 0 Spell Identifier
time int(10) unsigned NO 0


Description of the fields

guid

The GUID of the pet. See character_pet.id

spell

The spell ID to which the cooldown applies. See Spell.dbc column 1

time

The time when the cooldown expires, in Unix time.