aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Tools/CharacterDatabaseCleaner.h
AgeCommit message (Collapse)Author
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ↵Shauren
port
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
auto happy = new year(2019);
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-01-01Update copyright note for 2017vincent-michael
Happy new year
2016-03-24Core/Game: Converted the game library to a shared library.Naios
* There is still the possibility to static link against game.
2016-01-01Update copyright note for 2016Vincent-Michael
Happy new year (Again new year with idiots ...)
2015-01-01Update copyright note for 2015Vincent-Michael
Happy new year
2014-01-01Update copyright note for 2014.Vincent_Michael
Happy new year.
2013-01-01Update copyright note for 2013.Vincent_Michael
Happy new year.
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-01-01Update copyright note for 2011.Machiavelli
Happy new year.
2010-12-28Core/CharacterDatabaseCleaner: Implement CLEANING_FLAG_QUESTSTATUS flag for ↵linencloth
queststatus cleaning (most of the deleted rows are abandoned quests) --HG-- branch : trunk
2010-07-24Fix charactercleaning of talentsclick
+ apply some codestyling and new headers --HG-- branch : trunk
2010-07-22* Implemented DB cleaning on startupBrian
* Must be enabled in conf AND set in worldstates for what you want to clean * CLEANING_FLAG_ACHIEVEMENT_PROGRESS = 0x1, * CLEANING_FLAG_SKILLS = 0x2, * CLEANING_FLAG_SPELLS = 0x4, * CLEANING_FLAG_TALENTS = 0x8 * Set to 0xF to clean all 4 * Patch by hunuza --HG-- branch : trunk