# 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

racemask

int(10)

unsigned

PRI

NO

0

 

 

classmask

int(10)

unsigned

PRI

NO

0

 

 

Spell

mediumint(8)

unsigned

PRI

NO

0

 

 

Note

varchar(255)

signed

 

YES

NULL

 

 

## Description of the fields ### racemask One or more character's race. See [ChrRaces](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.