fix(Core/GroupHandler): Adjust maximum value for rolls. (#22686)

This commit is contained in:
Benjamin Jackson
2025-08-26 20:58:41 -04:00
committed by GitHub
parent de98f42411
commit 2ad40a4d23
4 changed files with 14 additions and 3 deletions

View File

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