As of patch 3.3.0:

Players below level 10 may not join raids.
This commit is contained in:
unknown 2011-04-09 19:41:29 +04:00
parent eb497a636b
commit 71add7c73b
8 changed files with 70 additions and 41 deletions

View file

@ -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", "./");