This commit is contained in:
drmext 2022-09-27 09:23:52 +00:00
parent aae45fca27
commit e622636ae2
No known key found for this signature in database
GPG Key ID: F1ED48FFE79A6961
2 changed files with 4 additions and 2 deletions

View File

@ -115,7 +115,7 @@ async def usergamedata_advanced(request: Request):
E.reward(0, __type="u32"),
E.comptime(1, __type="s32"),
E.savedata(0, __type="s64"),
) for event in [e for e in range(1, 100) if e not in [2, 4, 6, 7, 8, 14]]],
) for event in [e for e in range(1, 100) if e not in [4, 6, 7, 8, 14, 47]]],
E.grade(
E.single_grade(0, __type="u32"),
E.double_grade(0, __type="u32"),
@ -363,6 +363,7 @@ async def usergamedata_recv(request: Request):
common = profile['common'].split(',')
common[5] = calories_disp.index(profile['calories_disp'])
common[6] = character.index(profile['character'])
common[9] = 1 # Mobile link
common_load = ",".join([str(i) for i in common])
option = profile['option'].split(',')

View File

@ -115,7 +115,7 @@ async def usergamedata_advanced(request: Request):
E.reward(0, __type="u32"),
E.comptime(1, __type="s32"),
E.savedata(0, __type="s64"),
) for event in [e for e in range(1, 100) if e not in [2, 4, 6, 7, 8, 14]]],
) for event in [e for e in range(1, 100) if e not in [4, 6, 7, 8, 14, 47]]],
E.grade(
E.single_grade(0, __type="u32"),
E.double_grade(0, __type="u32"),
@ -363,6 +363,7 @@ async def usergamedata_recv(request: Request):
common = profile['common'].split(',')
common[5] = calories_disp.index(profile['calories_disp'])
common[6] = character.index(profile['character'])
common[9] = 1 # Mobile link
common_load = ",".join([str(i) for i in common])
option = profile['option'].split(',')