mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/RecruitAFriend: Fix max level difference for benefit experience multiplier
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user