[Bug fix] Link Play song idx too big error

- Fix a bug that if song's idx is too big, the server will catch the error, which makes Link Play cannot work.
- For Arcaea 6.4.0/1
This commit is contained in:
Lost-MSth
2025-04-24 23:56:59 +08:00
parent c4da67cd94
commit a3bc071416
4 changed files with 23 additions and 3 deletions

View File

@@ -2044,5 +2044,23 @@
],
"orig_price": 100,
"price": 100
},
{
"name": "dullblade",
"items": [
{
"type": "single",
"id": "dullblade",
"is_available": true
},
{
"type": "core",
"amount": 1,
"id": "core_generic",
"is_available": true
}
],
"orig_price": 100,
"price": 100
}
]