Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

Back-to:World

...

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

raceracemask

tinyintint(310)

unsigned

PRI

NO

0

 

 

classclassmask

tinyintint(310)

unsigned

PRI

NO

0

 

 

Spell

mediumint(8)

unsigned

PRI

NO

0

 

 

Note

varchar(255)

signed

 

YES

NULL

 

 

Description of the fields

...

racemask

The character's race.
:ChrRaces.dbc_tc2

...

classmask

The character's class.
:ChrClasses.dbc_tc2

...