mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
feat(Core/Config): Add Legacy Arena Points config option (#16940)
* feat:(Core/Config): Add legacy Arena points option * Update IWorld.h * Update World.cpp * Update World.cpp * typo * Update worldserver.conf.dist * Update worldserver.conf.dist * Update World.cpp * Update World.cpp * defaults to true Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> * config text Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> * Update src/server/apps/worldserver/worldserver.conf.dist * Update src/server/apps/worldserver/worldserver.conf.dist * Update src/server/game/World/World.cpp --------- Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com> Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
This commit is contained in:
@@ -948,6 +948,14 @@ MaxArenaPoints = 10000
|
||||
|
||||
StartArenaPoints = 0
|
||||
|
||||
#
|
||||
# Arena.LegacyArenaPoints
|
||||
# Description: Use arena point calculation from TBC for season 1 - 5 when rating is less or equal to 1500
|
||||
# Default: 1 - (Enabled)
|
||||
# 0 - (Disabled)
|
||||
|
||||
Arena.LegacyArenaPoints = 0
|
||||
|
||||
#
|
||||
# RecruitAFriend.MaxLevel
|
||||
# Description: Highest level up to which a character can benefit from the Recruit-A-Friend
|
||||
|
||||
Reference in New Issue
Block a user