diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/server/game/World/World.cpp | 2 | ||||
-rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/server/game/World/World.cpp b/src/server/game/World/World.cpp index a17e0b0dad3..b5fce974d91 100755 --- a/src/server/game/World/World.cpp +++ b/src/server/game/World/World.cpp @@ -828,7 +828,7 @@ void World::LoadConfigSettings(bool reload) m_int_configs[CONFIG_MAX_RECRUIT_A_FRIEND_BONUS_PLAYER_LEVEL] = 60; } - m_int_configs[CONFIG_MAX_RECRUIT_A_FRIEND_BONUS_PLAYER_LEVEL_DIFFERENCE] = sConfig->GetIntDefault("RecruitAFriend.MaxDifference", 3); + m_int_configs[CONFIG_MAX_RECRUIT_A_FRIEND_BONUS_PLAYER_LEVEL_DIFFERENCE] = sConfig->GetIntDefault("RecruitAFriend.MaxDifference", 4); m_bool_configs[CONFIG_ALL_TAXI_PATHS] = sConfig->GetBoolDefault("AllFlightPaths", false); m_bool_configs[CONFIG_INSTANT_TAXI] = sConfig->GetBoolDefault("InstantFlightPaths", false); diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index db6e9dc74c9..66ca7645e49 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -1108,9 +1108,9 @@ RecruitAFriend.MaxLevel = 60 # RecruitAFriend.MaxDifference # Description: Highest level difference between linked Recruiter and Friend benefit from # the Recruit-A-Friend experience multiplier. -# Default: 3 +# Default: 4 -RecruitAFriend.MaxDifference = 3 +RecruitAFriend.MaxDifference = 4 # # InstantLogout |