NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'character_spell_cooldown' table for MaNGOSOne
Holds the remaining cooldowns from either character spells or item spells for each character.
Table Notes
This table uses the 'InnoDB' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
guid | int(11) unsigned | NO | PRI | '0' | The GUID (Global Unique Identifier, Low part) of the character. | |
spell | int(11) unsigned | NO | PRI | '0' | The spell ID (Spell Identifier). [See Spell.dbc] | |
item | int(11) unsigned | NO | '0' | If the spell was casted from an item, the item ID (Item Identifier). | ||
time | bigint(20) unsigned | NO | '0' | The time when the spell cooldown will finish, measured in Unix Time. |
Description of the fields
guid int(11) unsigned
The GUID (Global Unique Identifier, Low part) of the character. [See character.guid]
spell int(11) unsigned
The spell ID (Spell Identifier). [See Spell.dbc column 1]
item int(11) unsigned
If the spell was casted from an item, the item ID (Item Identifier). [See item_template.entry].
time bigint(20) unsigned
The time when the spell cooldown will finish, measured in Unix Time.
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now