mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
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
|
||||
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
|
||||
sScriptMgr->OnAfterConfigLoad(reload);
|
||||
|
||||
Reference in New Issue
Block a user