mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 08:33:47 +00:00
chore(config): Improve dist files (#3989)
This commit is contained in:
@@ -442,7 +442,9 @@ void World::LoadConfigSettings(bool reload)
|
||||
|
||||
///- Read the player limit and the Message of the day from the config file
|
||||
if (!reload)
|
||||
SetPlayerAmountLimit(sConfigMgr->GetIntDefault("PlayerLimit", 100));
|
||||
{
|
||||
SetPlayerAmountLimit(sConfigMgr->GetIntDefault("PlayerLimit", 1000));
|
||||
}
|
||||
|
||||
Motd::SetMotd(sConfigMgr->GetStringDefault("Motd", "Welcome to an AzerothCore server"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user