Skip to content
killerwife edited this page Jan 16, 2022 · 6 revisions

Back to world database list of tables.

The `pool_creature` table

DEPRECATED : Use `spawn_group` instead. Pooling is also dynguid incompatbile.

Contains all creatures pooled by their `creature`.`guid`.

Structure

Field Type Null Key Default Extra
guid int(10) unsigned NO PRI 0
pool_entry mediumint(8) unsigned NO PRI 0
chance float unsigned NO 0

Description of the fields

guid

Creature’s GUID. See `creature`.`guid`.

pool_entry

Pool’s ID. See pool_template

chance

Chance the creature will be spawned in the pool.

Clone this wiki locally