Skip to content
Schmoozerd edited this page Apr 14, 2013 · 1 revision

Back to characters database list of tables.

The `pet_spell_cooldown` table

This table holds information on pet spell cooldowns.

Structure

Field Type Null Key Default Extra
guid int(11) unsigned NO PRI 0
spell int(11) unsigned NO PRI 0
time bigint(20) 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.

time

The time when the cooldown expires, in Unix time.

Clone this wiki locally