mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
As of patch 3.3.0:
Players below level 10 may not join raids.
This commit is contained in:
parent
eb497a636b
commit
71add7c73b
8 changed files with 70 additions and 41 deletions
|
|
@ -847,6 +847,8 @@ void World::LoadConfigSettings(bool reload)
|
|||
if (configNoReload(reload, CONFIG_UINT32_GUID_RESERVE_SIZE_GAMEOBJECT, "GuidReserveSize.GameObject", 100))
|
||||
setConfigPos(CONFIG_UINT32_GUID_RESERVE_SIZE_GAMEOBJECT, "GuidReserveSize.GameObject", 100);
|
||||
|
||||
setConfig(CONFIG_UINT32_MIN_LEVEL_FOR_RAID, "Raid.MinLevel", 10);
|
||||
|
||||
///- Read the "Data" directory from the config file
|
||||
std::string dataPath = sConfig.GetStringDefault("DataDir", "./");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue