Prevent client SP value overflow.
This commit is contained in:
@@ -346,9 +346,9 @@ MinAbnormalStateSuccessRate = 10
|
||||
MaxAbnormalStateSuccessRate = 90
|
||||
|
||||
# Maximum amount of SP a character can posses.
|
||||
# Current retail limit is 50 billion, use -1 to set it to unlimited.
|
||||
# Default: 50000000000
|
||||
MaxSp = 50000000000
|
||||
# Current retail limit is max integer number, use -1 to set it to unlimited.
|
||||
# Default: 2147483647
|
||||
MaxSp = 2000000000
|
||||
|
||||
# Maximum number of allowed subclasses for every player.
|
||||
# Default: 3
|
||||
|
||||
Reference in New Issue
Block a user