mirror of
https://github.com/drmext/MonkeyBusiness.git
synced 2026-04-26 08:37:04 -05:00
Update core_common.py
This commit is contained in:
parent
73f26ff799
commit
f91e66d681
|
|
@ -92,6 +92,16 @@ async def core_get_game_version_from_software_version(software_version):
|
||||||
return 15
|
return 15
|
||||||
elif model == "GLD":
|
elif model == "GLD":
|
||||||
return 14
|
return 14
|
||||||
|
elif model == "FDD":
|
||||||
|
return 13
|
||||||
|
elif model == "ECO":
|
||||||
|
return 12
|
||||||
|
elif model == "E11":
|
||||||
|
return 11
|
||||||
|
elif model == "D01":
|
||||||
|
return 10
|
||||||
|
elif model == "C02":
|
||||||
|
return 9
|
||||||
|
|
||||||
# GITADORA
|
# GITADORA
|
||||||
elif model == "M32":
|
elif model == "M32":
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user