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 'saved_variables' table for MaNGOSZero
Stores server required values.
i.e. Character Database cleanup flags and Honor Point / Rank reset date
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
NextMaintenanceDate | int(11) unsigned | NO | '0' | The Date when the Honor Points / Rank etc. are updated. | ||
cleaning_flags | int(11) unsigned | NO | '0' | The flags controlling character cleanup. |
Description of the fields
NextMaintenanceDate int(11) unsigned
The Date when the Honor Points / Rank etc. are updated.
The date is then set 7 days in the future.
cleaning_flags int(11) unsigned
The flags controlling character cleanup:
Value | Enum Name | Meaning |
---|---|---|
0x2 | CLEANING_FLAG_SKILLS | Clean out obsolete Skills [See character_skills]. |
0x4 | CLEANING_FLAG_SPELLS | Clean out obsolete Spells (See character_spells). |
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