mai2: BUDDiES support added

This commit is contained in:
Dniel97
2024-03-20 21:42:38 +01:00
parent 3cd3910b0d
commit 3613f4dbd2
10 changed files with 152 additions and 8 deletions

View File

@@ -40,6 +40,8 @@ detail = Table(
Column("charaLockSlot", JSON),
Column("contentBit", BigInteger),
Column("playCount", Integer),
Column("currentPlayCount", Integer), # new with buddies
Column("renameCredit", Integer), # new with buddies
Column("mapStock", Integer), # new with fes+
Column("eventWatchedDate", String(25)),
Column("lastGameId", String(25)),