The `spell_cooldown_overrides` table
Used to give NPC spells cooldowns for mindcontroll.
Table Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
Id | INT | UNSIGNED | PRI | NO | |||
RecoveryTime | INT | UNSIGNED | YES | 0 | |||
CategoryRecoveryTime | INT | UNSIGNED | NO | 0 | |||
StartRecoveryTime | INT | UNSIGNED | NO | 0 | |||
StartRecoveryCategory | INT | UNSIGNED | NO | 0 | |||
Comment | TEXT | YES | NULL |
Description of the fields
Spell ID from Spell.dbc
field-no-description|2
field-no-description|3
field-no-description|4
field-no-description|5
field-no-description|6