pool_gameobject_template - cmangos/issues GitHub Wiki
Back to world database list of tables.
The pool_gameobject_template table
DEPRECATED : Use spawn_group instead. Pooling is also dynguid incompatbile.
holds data on gameobjects that are pooled by their gameobject_template.entry.
All gameobjects have to be located on the same instance_template.map / world_template``map.
Structure
| Field | Type | Null | Key | Default |
|---|---|---|---|---|
| id | int(10) unsigned | NO | PRI | 0 |
| pool_entry | mediumint(8) unsigned | NO | PRI | 0 |
| chance | float unsigned | NO | 0 | |
| description | varchar(255) | NO | 0 |
Description of the fields
id
gameobject_template.entry of the gameobjects
pool_entry
pool_template.entry of the pool
chance
Chance the gameobject(s) will be spawned in the pool.
If 0, maxlimit of pool_template.entry is spawned
description
Description of the stored data