-
Notifications
You must be signed in to change notification settings - Fork 49
creature_spawn_data
Grz3s edited this page Mar 6, 2021
·
1 revision
Back to world database list of tables.
Holds Link Between individual creature spawn GUID and creature_spawn_data_template
See creature_spawn_data_template.Entry for more details
| 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 |
The Guid of the creature. See creature.guid
Entry from creature_spawn_data_template that our individual Guid is linked. See creature_spawn_data_template.Entry