mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 18:53:58 +01:00
Updated settings.py
This commit is contained in:
parent
3f1db2dd3e
commit
9b8ab4eced
|
@ -1,13 +1,13 @@
|
||||||
roles = {
|
roles = {
|
||||||
'': '250',
|
'': '2500',
|
||||||
'lvl10': '280',
|
'lvl10': '2800',
|
||||||
'lvl20': '310',
|
'lvl20': '3100',
|
||||||
'lvl30': '340',
|
'lvl30': '3400',
|
||||||
'lvl40': '370',
|
'lvl40': '3700',
|
||||||
'lvl50': '400',
|
'lvl50': '4000',
|
||||||
'lvl60': '430',
|
'lvl60': '4300',
|
||||||
'lvl70': '460',
|
'lvl70': '4600',
|
||||||
'lvl80': '490',
|
'lvl80': '4900',
|
||||||
'lvl90': '520',
|
'lvl90': '5200',
|
||||||
'lvl100': '550',
|
'lvl100': '5500',
|
||||||
}
|
}
|
Loading…
Reference in a new issue