Core/RecruitAFriend: Fix max level difference for benefit experience multiplier

This commit is contained in:
tobmaps
2011-06-09 02:10:46 +07:00
parent 9505607d95
commit a017474ab8
2 changed files with 3 additions and 3 deletions

View File

@@ -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);

View File

@@ -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