diff options
Diffstat (limited to 'jexptable.py')
-rwxr-xr-x | jexptable.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jexptable.py b/jexptable.py index ea57b17..e094168 100755 --- a/jexptable.py +++ b/jexptable.py @@ -4,8 +4,8 @@ # It starts at level 51 (and i is the according xp) # It stops at level 19999, or when MAX_INT is reached. import random -i=78160 -l=41 +i=15290 +l=31 o=open("expgroup.db", "w") mx=255 |