mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
fix(Core/GroupHandler): Adjust maximum value for rolls. (#22686)
This commit is contained in:
@@ -3141,6 +3141,16 @@ LeaveGroupOnLogout.Enabled = 0
|
||||
|
||||
Group.Raid.LevelRestriction = 10
|
||||
|
||||
#
|
||||
# Group.RandomRollMaximum
|
||||
#
|
||||
# The maximum value for use with the client '/roll' command.
|
||||
# Blizzlike and maximum value is 1000000. (Based on Classic and 3.3.5a client testing respectively)
|
||||
# Default: 1000000
|
||||
#
|
||||
|
||||
Group.RandomRollMaximum = 1000000
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user