NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'pool_gameobject' table for MaNGOSThree
Contains all pool instances that participate, in particular, to any game event.
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
guid | int(10) unsigned | NO | PRI | '0' | Gameobject GUID [See gameobject.guid]. | |
pool_entry | mediumint(8) unsigned | NO | MUL | '0' | Pool ID [See pool_template.entry]. | |
chance | float unsigned | NO | '0' | Chance, %. | ||
description | varchar(255) | NO | {Blank String} | Description. |
Description of the fields
guid int(10) unsigned
GUID of the gameobject, see gameobject.guid.
pool_entry mediumint(8) unsigned
ID of the pool, see pool_template.entry.
chance float unsigned
Chance (%) for the gameobject to be spawned within the pool.
For a pool, either the sum of chances should be equal to 100, or all chances should be 0. The latter describes an even-chanced pool.
description varchar(255)
Textual description, ignored by the core.
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now