mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Core/CharacterDatabaseCleaner: Implement CLEANING_FLAG_QUESTSTATUS flag for queststatus cleaning (most of the deleted rows are abandoned quests)
--HG-- branch : trunk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user