TrinityCore : playercreateinfo_spell_custom

Back-to:World

The `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

race

tinyint(3)

unsigned

PRI

NO

0

 

 

class

tinyint(3)

unsigned

PRI

NO

0

 

 

Spell

mediumint(8)

unsigned

PRI

NO

0

 

 

Note

varchar(255)

signed

 

YES

NULL

 

 

Description of the fields

race

The character's race.
:ChrRaces.dbc_tc2

class

The character's class.
:ChrClasses.dbc_tc2

Spell

Spell id. See Spell.dbc

Note

Basically a comment of what your query does.