mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
Load scripts AFTER server configuration has been initialized.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user