目录

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 UNSIGNED PRI NO NULL    
spawnType TINYINT UNSIGNED PRI NO NULL    
spawnId INT 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.