feat(Core/World): Don't prevent players from logging characters by default (#8993)
This commit is contained in:
@@ -1437,7 +1437,7 @@ void World::LoadConfigSettings(bool reload)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Realm Availability
|
// Realm Availability
|
||||||
m_bool_configs[CONFIG_REALM_LOGIN_ENABLED] = sConfigMgr->GetOption<bool>("World.RealmAvailability", false);
|
m_bool_configs[CONFIG_REALM_LOGIN_ENABLED] = sConfigMgr->GetOption<bool>("World.RealmAvailability", true);
|
||||||
|
|
||||||
// call ScriptMgr if we're reloading the configuration
|
// call ScriptMgr if we're reloading the configuration
|
||||||
sScriptMgr->OnAfterConfigLoad(reload);
|
sScriptMgr->OnAfterConfigLoad(reload);
|
||||||
|
|||||||
Reference in New Issue
Block a user