Spell_threat - cmangos/issues GitHub Wiki

Back to world database list of tables.

The `spell_threat` table

This table holds threat values on all spells that should either give or take away threat.

Structure

Field Type Null Key Default Extra
entry int(10) unsigned NO PRI
Threat int(11) NO
multiplier float NO
ap_bonus float NO

Description of the fields

entry

The spell ID. See Spell.dbc

Threat

The threat value that this spells should add to the caster (or take away if it is negative).

multiplier

The threat multiplier for damage/healing

ap_bonus

Additional threat bonus from attack power

⚠️ **GitHub.com Fallback** ⚠️