feat(Core/Authserver): TOTP rewrite (#5620)

This commit is contained in:
Kargatum 2021-05-13 07:57:10 +07:00 committed by GitHub
parent 681c3237df
commit 26f2abaaa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
61 changed files with 6049 additions and 211 deletions

View file

@ -30,6 +30,7 @@
#include "WorldSocket.h"
#include "WorldSocketMgr.h"
#include "DatabaseLoader.h"
#include "SecretMgr.h"
#include <ace/Sig_Handler.h>
#ifdef _WIN32
@ -136,6 +137,7 @@ int Master::Run()
sConfigMgr->LoadModulesConfigs();
///- Initialize the World
sSecretMgr->Initialize();
sWorld->SetInitialWorldSettings();
sScriptMgr->OnStartup();