diff options
author | linencloth <none@none> | 2010-12-28 04:26:25 +0100 |
---|---|---|
committer | linencloth <none@none> | 2010-12-28 04:26:25 +0100 |
commit | 2ecb9eec8b8bbd118431c4f799e3253f0aaefd75 (patch) | |
tree | bc932bd43aae351d4cd8ad09ae096e4f1a5ef4fa /doc | |
parent | 1d9a75c33841d016f1fa2ea879136e3aa84ecfe4 (diff) |
Core/CharacterDatabaseCleaner: Implement CLEANING_FLAG_QUESTSTATUS flag for queststatus cleaning (most of the deleted rows are abandoned quests)
--HG--
branch : trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CharacterDBCleanup.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/CharacterDBCleanup.txt b/doc/CharacterDBCleanup.txt index bcf1f380f4e..490243c70f7 100644 --- a/doc/CharacterDBCleanup.txt +++ b/doc/CharacterDBCleanup.txt @@ -9,6 +9,7 @@ from characters in the database. CLEANING_FLAG_SKILLS = 0x2 CLEANING_FLAG_SPELLS = 0x4 CLEANING_FLAG_TALENTS = 0x8 + CLEANING_FLAG_QUESTSTATUS = 0x10 Example: We want to clean up old talents, spells and skills, but leave |