The spell_cone table
This table stores cone-angle overrides used by cone target selection.
When a row exists, the value from spell_cone.ConeDegrees is used as the cone angle (in degrees).
If no override exists, the core falls back to legacy hardcoded spell handling.
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| id | INT | UNSIGNED | PRI | NO | 0 | Spell identifier | |
| ConeDegrees | SMALLINT | NO | 60 | Cone angle in degrees |
Description of the fields
Spell identifier this row applies to.
Cone angle in degrees used by cone target selection. Schema default is 60.