spawn_group

Back-to:World

The `spawn_group` table

This table contains Spawn Group members.

Structure

Field

Type

Attributes

Key

Null

Default

Extra

Comment

groupId

int(10)

unsigned

PRI

NO

NULL

 

 

spawnType

tinyint(10)

unsigned

PRI

NO

NULL

 

 

spawnId

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.