creature_spawn_entry - cmangos/issues GitHub Wiki
Back to world database list of tables.
creature_spawn_entry
table
The holds multiple creature_template
.entry
a creature
.guid
can be spawned as.
It therefore removes the need of abusing the pooling system for a 100% spawn and lets the pooling system be used for chanced spawns.
Structure
Field | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|
guid | int(10) unsigned | NO | 0 | ||
entry | mediumint(8) | NO | 0 |
guid
creature
.guid
that has multiple creature_template
.entry
possibilities.
Set creature
.id
to 0 for this guid as identifier.
entry
creature_template
.entry
that should be assigned to the creature
.guid
.
Currently these entries are all even chanced.