|
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 MaNGOSThree
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 |
|---|---|---|---|---|---|---|
| NextArenaPointDistributionTime | bigint(40) unsigned | NO | '0' | |||
| NextDailyQuestResetTime | bigint(40) unsigned | NO | '0' | |||
| NextWeeklyQuestResetTime | bigint(40) unsigned | NO | '0' | |||
| NextMonthlyQuestResetTime | bigint(40) unsigned | NO | '0' | |||
| NextRandomBGResetTime | bigint(40) unsigned | NO | '0' | |||
| cleaning_flags | int(11) unsigned | NO | '0' | The flags controlling character cleanup. |
Description of the fields
NextArenaPointDistributionTime bigint(40) unsigned
NextDailyQuestResetTime bigint(40) unsigned
NextWeeklyQuestResetTime bigint(40) unsigned
NextMonthlyQuestResetTime bigint(40) unsigned
NextRandomBGResetTime bigint(40) unsigned
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