add Gate 5,6 judgement

This commit is contained in:
SoulGateKey
2025-05-15 08:19:42 +08:00
parent 8b050e89eb
commit 611806828a
3 changed files with 90 additions and 3 deletions

View File

@@ -148,8 +148,8 @@ playlog = Table(
Column("extNum2", Integer),
Column("extNum4", Integer),
Column("extBool1", Boolean), # new with buddies
Column("extBool2", Boolean), # new with prism
Column("extBool3", Boolean), # new with prism+
Column("extBool2", Boolean), # new with prism IsRandomSelect
Column("extBool3", Boolean), # new with prism+ IsTrackSkip
Column("trialPlayAchievement", Integer),
mysql_charset="utf8mb4",
)