The `spell_threat` table
This table holds threat values on all spells that should either give or take away threat.
Table Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
entry | MEDIUMINT | UNSIGNED | PRI | NO | NULL | ||
Threat | SMALLINT | SIGNED | NO | NULL |
Description of the fields
The spell ID. See Spell.dbc.
The threat value that this spells should add to the caster (or take away if it is negative).