Skip to content

pool_creature_template

AnonXS edited this page Dec 14, 2017 · 5 revisions

Back to world database list of tables.

The pool_creature_template table

holds data on creatures that are pooled by their creature_template.entry.

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

creature_template.entry of the creatures

pool_entry

pool_template.entry of the pool

chance

Chance the creature(s) will be spawned in the pool. If 0, maxlimit of pool_template.entry is spawned

description

Description of the stored data

Clone this wiki locally