Playercreateinfo_spell - Schmoozerd/mangos-wotlk GitHub Wiki
Back to world database list of tables.
This table holds information on what spells newly created characters should start out with. A character in this table is defined by his/her race and class combination.
| Field | Type | Null | Key | Default | Extra |
| race | tinyint(3) unsigned | NO | PRI | 0 | |
| class | tinyint(3) unsigned | NO | PRI | 0 | |
| Spell | bigint(20) unsigned | NO | PRI | 0 | |
| Note | varchar(255) | YES | |||
| Active | tinyint(3) unsigned | NO | 1 |
The character’s race.
The character’s class.
The spell ID. See Spell.dbc
A note explaining what the spell is. This is only for reference purposes and not used by mangos.
Boolean 0 or 1 controlling if the spell is active or not.