Prevent client SP value overflow.

This commit is contained in:
MobiusDev
2018-04-11 07:55:02 +00:00
parent 769df7057a
commit 0da0ddbb8a
5 changed files with 14 additions and 13 deletions

View File

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