From 2ecb9eec8b8bbd118431c4f799e3253f0aaefd75 Mon Sep 17 00:00:00 2001 From: linencloth Date: Tue, 28 Dec 2010 04:26:25 +0100 Subject: Core/CharacterDatabaseCleaner: Implement CLEANING_FLAG_QUESTSTATUS flag for queststatus cleaning (most of the deleted rows are abandoned quests) --HG-- branch : trunk --- doc/CharacterDBCleanup.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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 -- cgit v1.2.3