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 'character_skills' table for MaNGOSThree
This table holds a listing of all skill for each character.
Table Notes
This table uses the 'InnoDB' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
guid | int(11) unsigned | NO | PRI | NULL | The GUID (Global Unique Identifier) of the character. [See character.guid]. | |
skill | mediumint(9) unsigned | NO | PRI | NULL | The list of skills a character knows. A listing of those can be found in here. | |
value | mediumint(9) unsigned | NO | NULL | The current skill rank(value) of the character skills a character has. | ||
max | mediumint(9) unsigned | NO | NULL | The highest possible value for the given skill within a given rank. |
Description of the fields
guid int(11) unsigned
The GUID (Global Unique Identifier) of the character. [See character.guid].
skill mediumint(9) unsigned
The list of skills a character knows. A listing of those can be found in here.
value mediumint(9) unsigned
The current skill rank(value) of the character skills a character has.
max mediumint(9) unsigned
The highest possible value for the given skill within a given rank.
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