mirror of
https://github.com/drmext/MonkeyBusiness.git
synced 2024-11-24 07:00:15 +01:00
Fix
This commit is contained in:
parent
c74e0a40ed
commit
9a7584017b
@ -31,14 +31,27 @@ async def gitadora_gameinfo_get(ver: str, request: Request):
|
||||
E.termdata(
|
||||
E.type(f"general_{s}", __type="str"),
|
||||
E.term(1, __type="s32" if game_version >= 10 else "u8"),
|
||||
E.state(0, __type="s32"),
|
||||
E.start_date_ms(0, __type="u64"),
|
||||
E.end_date_ms(0, __type="u64"),
|
||||
)
|
||||
for s in [
|
||||
"ultimate_mobile_2019_info",
|
||||
"paseli_lottery_info_2020",
|
||||
"50th_konami_logo",
|
||||
"cardconnect_champ",
|
||||
"mix_up_2022_info",
|
||||
"guitar_controller_reward_2021",
|
||||
"bpl_season3_info_2023",
|
||||
"knst_musicpack_17",
|
||||
"knst_sp_music_202203",
|
||||
"kac_11th_A_info",
|
||||
"kac_11th_B_info",
|
||||
"paseli_festival_info_2023_11",
|
||||
"bpl_season3_info_sdvx",
|
||||
"otobear_birthday",
|
||||
"custom_skip_dm",
|
||||
"ticket_contents_ver",
|
||||
"ultimate_mobile_2019_info",
|
||||
"cardconnect_champ",
|
||||
"kac_9th_info",
|
||||
"floor_break_info",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user