feat(Core/Authserver): TOTP rewrite (#5620)
This commit is contained in:
parent
681c3237df
commit
26f2abaaa9
61 changed files with 6049 additions and 211 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue