unlock ULT for id 636

This will allow the game to display the ULT difficulty for song id 636. Will have to revisit this when more ULT comes.
This commit is contained in:
dog dawb
2025-12-29 01:09:43 +08:00
parent 38064e056f
commit e7429e9fee

View File

@@ -129,7 +129,10 @@ async def game_sv_common(ver: str, request: Request):
if unlock == []:
for i in range(2400):
for j in range(0, 5):
j_limit = 6 if i == 636 else 5
for j in range(j_limit):
unlock.append([i, j])