The playercreateinfo_cast_spell table
Defines spells that are cast on a character immediately upon creation, filtered by race and class bitmasks. This complements playercreateinfo_spell_custom, which grants spells as known rather than casting them.
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| raceMask | INT | UNSIGNED | NO | 0 | |||
| classMask | INT | UNSIGNED | NO | 0 | |||
| spell | INT | UNSIGNED | NO | 0 | |||
| note | VARCHAR(255) | YES | (NULL) |
Description of the fields
Bitmask of races this cast applies to (0 = all races).
Bitmask of classes this cast applies to (0 = all classes).
Spell id to cast on the newly created character.
Optional free-text description of the entry.