diff --git a/docs/game_specific_info.md b/docs/game_specific_info.md index 035ff57..8653e0f 100644 --- a/docs/game_specific_info.md +++ b/docs/game_specific_info.md @@ -733,7 +733,7 @@ python dbutils.py upgrade ### TimeRelease Chapter: -1. Story: 1, 2, 3, 4, 5, 6, 7, 8, 9, 19 (Chapter 10), (29 Chapter 11) +1. Story: 1, 2, 3, 4, 5, 6, 7, 8, 9, 19 (Chapter 10), 29 (Chapter 11) 2. MF Ghost: 10, 11, 12, 13, 14, 15 3. Bunta: 15, 16, 17, 18, 20, 21, 21, 22 4. Touhou Project Special Event: 23, 24, 25, 26, 27, 28 diff --git a/titles/idac/schema/rounds.py b/titles/idac/schema/rounds.py index 1c208de..4eb42ac 100644 --- a/titles/idac/schema/rounds.py +++ b/titles/idac/schema/rounds.py @@ -6,10 +6,10 @@ from sqlalchemy.schema import ForeignKey from sqlalchemy.sql import func, select from sqlalchemy.engine import Row from sqlalchemy.dialects.mysql import insert +from datetime import datetime from core.data.schema import BaseData, metadata from core.config import CoreConfig -import datetime round_details = Table( "idac_round_info", diff --git a/titles/idac/season2.py b/titles/idac/season2.py index 96b7f39..51fecec 100644 --- a/titles/idac/season2.py +++ b/titles/idac/season2.py @@ -618,7 +618,7 @@ class IDACSeason2(IDACBase): async def handle_boot_gettimereleasedata_request(self, data: Dict, headers: Dict): """ timerelease chapter: - 1 = Story: 1, 2, 3, 4, 5, 6, 7, 8, 9, 19 (Chapter 10), (29 Chapter 11) + 1 = Story: 1, 2, 3, 4, 5, 6, 7, 8, 9, 19 (Chapter 10), 29 (Chapter 11) 2 = MF Ghost: 10, 11, 12, 13, 14, 15 3 = Bunta: 15, 16, 17, 18, 20, 21, 21, 22 4 = Touch Project Special Event: 23, 24, 25, 26, 27, 28