feat(Core/Modules): Preparation to implement progression-system module. (#8837)
This commit is contained in:
parent
93bbff4cca
commit
70d8b88f3b
13 changed files with 253 additions and 97 deletions
|
|
@ -52,7 +52,12 @@ public:
|
|||
DATABASE_MASK_ALL = DATABASE_LOGIN | DATABASE_CHARACTER | DATABASE_WORLD
|
||||
};
|
||||
|
||||
private:
|
||||
[[nodiscard]] uint32 GetUpdateFlags() const
|
||||
{
|
||||
return _updateFlags;
|
||||
}
|
||||
|
||||
private :
|
||||
bool OpenDatabases();
|
||||
bool PopulateDatabases();
|
||||
bool UpdateDatabases();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue