Playercreateinfo_spell - cmangos/issues GitHub Wiki

Back to world database list of tables.

The `playercreateinfo_spell` table

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.

Structure

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

Description of the fields

race

The character’s race. See CharRace.dbc

class

The character’s class. See CharClasses.dbc

Spell

The spell ID. See spell_template

Note

Name of the spell.

Active

Boolean 0 or 1 controlling if the spell is active or not.

⚠️ **GitHub.com Fallback** ⚠️