Load scripts AFTER server configuration has been initialized.
This commit is contained in:
parent
307ae9d1bf
commit
afac94ee1d
1 changed files with 3 additions and 3 deletions
|
|
@ -1272,12 +1272,12 @@ void World::SetInitialWorldSettings()
|
|||
///- Initialize detour memory management
|
||||
dtAllocSetCustom(dtCustomAlloc, dtCustomFree);
|
||||
|
||||
sLog->outString("Initializing Scripts...");
|
||||
sScriptMgr->Initialize();
|
||||
|
||||
///- Initialize config settings
|
||||
LoadConfigSettings();
|
||||
|
||||
sLog->outString("Initializing Scripts...");
|
||||
sScriptMgr->Initialize();
|
||||
|
||||
///- Initialize Allowed Security Level
|
||||
LoadDBAllowedSecurityLevel();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue