diff --git a/trunk/dist/game/config/Character.ini b/trunk/dist/game/config/Character.ini index e6d5f19e19..7517d2250d 100644 --- a/trunk/dist/game/config/Character.ini +++ b/trunk/dist/game/config/Character.ini @@ -717,9 +717,8 @@ StartingSP = 0 # eight hundred fifty four million seven hundred seventy five thousand eight hundred seven) # Setting negative values (-1 or others) will result in maximum amount available. # Big values do not cause critical errors, although only 16 digits are visible in the inventory -# (example: 3,372,036,854,775,807 is visible out of 9,223,372,036,854,775,807) -# Default: 99900000000 (99 bilion and 900 milion) -MaxAdena = 99900000000 +# Default: 9999999999999 (9 Trillion 999 Billion 999 Million 999 Thousand 999 Adena) +MaxAdena = 9999999999999 # This option, when set to True, will enable automatically picking up items. # If set False it will force the player to pickup dropped items from mobs.