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_spell' table for MaNGOSTwo
Holds information for each character's spells.
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(11) unsigned | NO | PRI | '0' | The GUID (Global Unique Identifier) of the character. [See character.guid]. | |
spell | int(11) unsigned | NO | PRI | '0' | The spell ID (Spell Identifier). [See Spell.dbc] | |
active | tinyint(3) unsigned | NO | '1' | Boolean 1 or 0 signifying whether the spell is active (appears in the spell book | ||
disabled | tinyint(3) unsigned | NO | '0' | Boolean flag 0 or 1 when spell is disabled because of talents. |
Description of the fields
guid int(11) unsigned
The GUID (Global Unique Identifier) of the character. [See character.guid].
spell int(11) unsigned
The spell ID (Spell Identifier). [See Spell.dbc column 1]
active tinyint(3) unsigned
Boolean 1 or 0 signifying whether the spell is active (appears in the spell book).
disabled tinyint(3) unsigned
Boolean flag 0 or 1 when spell is disabled because talent which teaches it has been unlearned. When talent is learned again the spell will be available again.
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