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 'item_enchantment_template' table for MaNGOSThree
This table holds enchantment chance information for items that should have either a random property or a random suffix attached to them.
Table Notes
This table uses the 'InnoDB' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
entry | mediumint(8) | NO | PRI | '0' | Random property type [See item_template.RandomProperty]. | |
ench | mediumint(8) unsigned | NO | PRI | '0' | Enchantment type [See ItemRandomProperties.dbc]. | |
chance | float unsigned | NO | '0' | Chance to get the enchantment (%). |
Description of the fields
entry mediumint(8)
Random property type [See item_template.RandomProperty].
ench mediumint(8) unsigned
Enchantment type [See ItemRandomProperties.dbc].
chance float unsigned
Chance in % for item to get this enchantment.
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