“creature_template_spells” table¶
The creature_template_spells
table holds information on the spells
to which a creature_template has access.
Table structure¶
Field | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|
entry | mediumint(8) unsigned | NO | PRI | NULL | |
spell1 | mediumint(8) unsigned | NO | NULL | ||
spell2 | mediumint(8) unsigned | NO | 0 | ||
spell3 | mediumint(8) unsigned | NO | 0 | ||
spell4 | mediumint(8) unsigned | NO | 0 |
Fields¶
entry¶
This references the “creature_template” table tables unique ID for which the entry is valid.