playercreateinfo_spell_custom
playercreateinfo_spell_custom table
This table holds information on what spells newly created characters should start out with if the PlayerStart.AllSpells setting in enabled in TrinityCore.conf. A character in this table is defined by his/her race and class combination.
Please note you'll have to set PlayerStart.AllSpells to 1 in config, else this table will not have any effect.
Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
int(10) | unsigned | PRI | NO | 0 |
|
| |
int(10) | unsigned | PRI | NO | 0 |
|
| |
mediumint(8) | unsigned | PRI | NO | 0 |
|
| |
varchar(255) | signed |
| YES | NULL |
|
|
Description of the fields
racemask
One or more character's race. See ChrRaces.
classmask
One or more character's class. See ChrClasses.
Spell
Spell id. See Spell.dbc
Note
Basically a comment of what your query does.