-
Couldn't load subscription status.
- Fork 49
Playercreateinfo_spell
AnonXS edited this page Jan 11, 2019
·
2 revisions
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. See CharRace.dbc
The character’s class. See CharClasses.dbc
The spell ID. See spell_template
Name of the spell.
Boolean 0 or 1 controlling if the spell is active or not.