Core/Misc: Update /roll max cap
Port From (https://github.com/TrinityCore/TrinityCore/commit/240ff8314a8ed8c129a53a5208feeb1a25d514e1)
This commit is contained in:
@@ -6712,7 +6712,7 @@ namespace Game.Entities
|
||||
//new
|
||||
public uint DoRandomRoll(uint minimum, uint maximum)
|
||||
{
|
||||
Cypher.Assert(maximum <= 10000);
|
||||
Cypher.Assert(maximum <= 1000000);
|
||||
|
||||
uint roll = RandomHelper.URand(minimum, maximum);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user