Petcreateinfo_spell - cmangos/issues GitHub Wiki
Back to world database list of tables.
This table controls what spells a tameable beast will have once tamed. It also controls the passive auras that the pet will get.
Field | Type | Null | Key | Default | Extra |
entry | int(11) unsigned | NO | PRI | 0 | |
Spell1 | int(11) unsigned | NO | 0 | ||
Spell2 | int(11) unsigned | NO | 0 | ||
Spell3 | int(11) unsigned | NO | 0 | ||
Spell4 | int(11) unsigned | NO | 0 | ||
The template ID of the beast. See creature_template.entry
The spell that the pet will have automatically in its pet bar once tamed. Also, the spells in this field need to be "learn" spells because the hunter character will learn the spells so that they can teach other pets those spells. See Spell.dbc