Spell_learn_spell - cmangos/issues GitHub Wiki
Back to world database list of tables.
This table holds information on spells that should be learned at the same time a player learns another spell. For example the few spells that are automatically learned when a player first learns a new profession. All fields in this table use spell IDs from Spell.dbc
NOTE: Spells with spell effects SPELL_EFFECT_LEARN_SPELL should NOT be included in this table.
Field | Type | Null | Key | Default | Extra |
entry | smallint(6) unsigned | NO | PRI | 0 | |
SpellID | smallint(6) unsigned | NO | PRI | 0 | |
Active | smallint(6) unsigned | NO | 0 |
The entry of the spell that the player learns, either from a trainer or from anywhere else (.learn for example).
The entry of the spell that will be automatically learned by the player when the player learns the spell specified in entry.
Controls if the spell appears in the players spell book upon learning.
0 – The spell does not appear in the spell book.
1 – The spell does appear in the spell book.