spell_learn_spell
Structure
| 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 | |||
Description of fields
entry
The entry of the spell that the player learns, either from a trainer or from anywhere else (.learn command for example).
SpellID
The entry of the spell that will be automatically learned by the player when the player learns the spell specified in entry.
Active
Defines whether spell is shown in spell book or not.
