This commit is contained in:
UncleJim 2023-11-17 02:56:40 +00:00
parent 913987da1d
commit d34bc424c2
1 changed files with 0 additions and 19 deletions

View File

@ -2543,25 +2543,6 @@ class IDACSeason2(IDACBase):
}
self.data.item.put_vs_info(user_id, 1, vs_info)
vs_info = {
"battle_mode": 0,
"vs_cnt": 1,
"vs_win": data.get("win_flg"),
"invalid": 0,
"str": 0,
"str_now": 0,
"lose_now": 0,
"vs_history": data.get("vs_history"),
"course_select_priority": 0,
"vsinfo_course_data": [
{
"course_id": data.get("course_id"),
"vs_cnt": 1,
"vs_win": data.get("win_flg"),
}
],
}
return {
"status_code": "0",
"vsinfo_data": vs_info,