Back to 'spell_group_stack_rules' Return to world Go to 'spell_linked_spell'
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.
Note: Spells with spell effects SPELL_EFFECT_LEARN_SPELL should NOT be included in this table.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
entry | int | unsigned | PRI | NO | 0 | ||
SpellID | int | unsigned | PRI | NO | 0 | ||
Active | tinyint | unsigned | NO | 1 |
The entry of the spell that the player learns, either from a trainer or from anywhere else (.learn
command for example).
The entry of the spell that will be automatically learned by the player when the player learns the spell specified in entry.
Defines whether spell is shown in spell book or not.
Back to 'spell_group_stack_rules' Return to world Go to 'spell_linked_spell'