spell_script_names
Holds the spell id to ScriptName pairings for use in spell scripts.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| spell_id | int | signed | PRI | NO | |||
| ScriptName | char(64) | PRI | NO | ||||
Description of fields
spell_id
The Spell ID to link. If it is negative and a first_spell_id, all ranks of the spell specified in spell_ranks are included.
One spell can have more than one script assigned.
ScriptName
The script name for the given spell(s).
