Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
CharacterDatabaseCleaner.h
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
6#ifndef CHARACTERDATABASECLEANER_H
7#define CHARACTERDATABASECLEANER_H
8
10{
19
20 void CleanDatabase();
21
22 void CheckUnique(const char* column, const char* table, bool (*check)(uint32));
23
24 bool AchievementProgressCheck(uint32 criteria);
25 bool SkillCheck(uint32 skill);
26 bool SpellCheck(uint32 spell_id);
27 bool TalentCheck(uint32 talent_id);
28
34}
35
36#endif
const AuthHandler table[]
std::uint32_t uint32
Definition Define.h:77
void CheckUnique(const char *column, const char *table, bool(*check)(uint32))
bool AchievementProgressCheck(uint32 criteria)