creature_spawn_data - cmangos/issues GitHub Wiki
Back to world database list of tables.
The creature_spawn_data table
Holds Link Between individual creature spawn GUID and creature_spawn_data_template
See creature_spawn_data_template.Entry for more details
Structure
| Name | Type | Null | Key | Default | Extra | Comment |
|---|---|---|---|---|---|---|
| guid | int(10) unsigned | NO | PRI | 0 | individual creature.guid | |
| Id | int(10) unsigned | NO | 0 | link to creature_spawn_data_template |
Description of the fields
guid
The Guid of the creature. See creature.guid
Id
Entry from creature_spawn_data_template that our individual Guid is linked. See creature_spawn_data_template.Entry