Character spell cooldown
Материал из YTDB DataBase
(Различия между версиями)
Neggod (Обсуждение | вклад)
(Новая страница: «{| align="right" | __TOC__ |} Back to the characters database list of tables. <big>'''The `character_spell_cooldown` table'''</big> Holds …»)
Следующая правка →
(Новая страница: «{| align="right" | __TOC__ |} Back to the characters database list of tables. <big>'''The `character_spell_cooldown` table'''</big> Holds …»)
Следующая правка →
Версия 16:30, 7 марта 2010
|
Back to the characters database list of tables.
The `character_spell_cooldown` table
Holds the remaining cooldowns from either character spells or item spells for each character.
Structure
Field | Type | Null | Key | Default | Extra |
guid | int(11) unsigned | NO | PRI | 0 | |
spell | int(11) unsigned | NO | PRI | 0 | |
item | int(11) unsigned | NO | 0 | ||
time | bigint(20) unsigned | NO | 0 |
Description of the fields
guid
The GUID of the character. See character.guid
spell
The spell ID. See Spell.dbc column 1
item
If the spell was casted from an item, the item ID. See item_template.entry
time
The time when the spell cooldown will finish, measured in Unix time
(c)udbwiki