![]() |
TrinityCore
|
Enumerations | |
| enum | CleaningFlags { CLEANING_FLAG_ACHIEVEMENT_PROGRESS = 0x1 , CLEANING_FLAG_SKILLS = 0x2 , CLEANING_FLAG_SPELLS = 0x4 , CLEANING_FLAG_TALENTS = 0x8 , CLEANING_FLAG_QUESTSTATUS = 0x10 } |
Functions | |
| TC_GAME_API void | CleanDatabase () |
| TC_GAME_API void | CheckUnique (char const *column, char const *table, bool(*check)(uint32)) |
| TC_GAME_API bool | AchievementProgressCheck (uint32 criteria) |
| TC_GAME_API bool | SkillCheck (uint32 skill) |
| TC_GAME_API bool | SpellCheck (uint32 spell_id) |
| TC_GAME_API bool | TalentCheck (uint32 talent_id) |
| TC_GAME_API void | CleanCharacterAchievementProgress () |
| TC_GAME_API void | CleanCharacterSkills () |
| TC_GAME_API void | CleanCharacterSpell () |
| TC_GAME_API void | CleanCharacterTalent () |
| TC_GAME_API void | CleanCharacterQuestStatus () |
| Enumerator | |
|---|---|
| CLEANING_FLAG_ACHIEVEMENT_PROGRESS | |
| CLEANING_FLAG_SKILLS | |
| CLEANING_FLAG_SPELLS | |
| CLEANING_FLAG_TALENTS | |
| CLEANING_FLAG_QUESTSTATUS | |
Definition at line 23 of file CharacterDatabaseCleaner.h.
| bool CharacterDatabaseCleaner::AchievementProgressCheck | ( | uint32 | criteria | ) |
Definition at line 108 of file CharacterDatabaseCleaner.cpp.
Here is the caller graph for this function:| void CharacterDatabaseCleaner::CheckUnique | ( | char const * | column, |
| char const * | table, | ||
| bool(*)(uint32) | check | ||
| ) |
Definition at line 69 of file CharacterDatabaseCleaner.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void CharacterDatabaseCleaner::CleanCharacterAchievementProgress | ( | ) |
Definition at line 113 of file CharacterDatabaseCleaner.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void CharacterDatabaseCleaner::CleanCharacterQuestStatus | ( | ) |
Definition at line 153 of file CharacterDatabaseCleaner.cpp.
Here is the caller graph for this function:| void CharacterDatabaseCleaner::CleanCharacterSkills | ( | ) |
Definition at line 123 of file CharacterDatabaseCleaner.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void CharacterDatabaseCleaner::CleanCharacterSpell | ( | ) |
Definition at line 133 of file CharacterDatabaseCleaner.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void CharacterDatabaseCleaner::CleanCharacterTalent | ( | ) |
Definition at line 147 of file CharacterDatabaseCleaner.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void CharacterDatabaseCleaner::CleanDatabase | ( | ) |
Definition at line 26 of file CharacterDatabaseCleaner.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool CharacterDatabaseCleaner::SkillCheck | ( | uint32 | skill | ) |
Definition at line 118 of file CharacterDatabaseCleaner.cpp.
Here is the caller graph for this function:| bool CharacterDatabaseCleaner::SpellCheck | ( | uint32 | spell_id | ) |
Definition at line 128 of file CharacterDatabaseCleaner.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool CharacterDatabaseCleaner::TalentCheck | ( | uint32 | talent_id | ) |
Definition at line 138 of file CharacterDatabaseCleaner.cpp.
Here is the caller graph for this function: