spawn_group
The `spawn_group` table
This table contains Spawn Group members.
Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
int(10) | unsigned | PRI | NO | NULL |
|
| |
tinyint(10) | unsigned | PRI | NO | NULL |
|
| |
int(10) | unsigned | PRI | NO | NULL |
|
|
Description of the fields
groupId
This is the Group ID for the group. It must match a group already existing in the spawn_group_template table.
spawnType
This is the spawn type. It must be 0 for creatures, and 1 for game objects.
spawnId
This is the spawn ID of the creature/game object that should be included in the group. The ID must exist in the creature or gameobject tables respectively.