mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-08-25 20:04:25 -05:00
Add some missing version mappings to BEMAPI server.
This commit is contained in:
@@ -237,6 +237,7 @@ def lookup(protoversion: str, requestgame: str, requestversion: str) -> Dict[str
|
||||
"14": VersionConstants.DDR_2013,
|
||||
"15": VersionConstants.DDR_2014,
|
||||
"16": VersionConstants.DDR_ACE,
|
||||
"17": VersionConstants.DDR_A20,
|
||||
},
|
||||
GameConstants.IIDX: {
|
||||
"20": VersionConstants.IIDX_TRICORO,
|
||||
@@ -246,6 +247,8 @@ def lookup(protoversion: str, requestgame: str, requestversion: str) -> Dict[str
|
||||
"24": VersionConstants.IIDX_SINOBUZ,
|
||||
"25": VersionConstants.IIDX_CANNON_BALLERS,
|
||||
"26": VersionConstants.IIDX_ROOTAGE,
|
||||
"27": VersionConstants.IIDX_HEROIC_VERSE,
|
||||
"28": VersionConstants.IIDX_BISTROVER,
|
||||
},
|
||||
GameConstants.JUBEAT: {
|
||||
"5": VersionConstants.JUBEAT_SAUCER,
|
||||
@@ -254,6 +257,7 @@ def lookup(protoversion: str, requestgame: str, requestversion: str) -> Dict[str
|
||||
"7": VersionConstants.JUBEAT_QUBELL,
|
||||
"8": VersionConstants.JUBEAT_CLAN,
|
||||
"9": VersionConstants.JUBEAT_FESTO,
|
||||
"10": VersionConstants.JUBEAT_AVENUE,
|
||||
},
|
||||
GameConstants.MUSECA: {
|
||||
"1": VersionConstants.MUSECA,
|
||||
@@ -266,6 +270,8 @@ def lookup(protoversion: str, requestgame: str, requestversion: str) -> Dict[str
|
||||
"22": VersionConstants.POPN_MUSIC_LAPISTORIA,
|
||||
"23": VersionConstants.POPN_MUSIC_ECLALE,
|
||||
"24": VersionConstants.POPN_MUSIC_USANEKO,
|
||||
"25": VersionConstants.POPN_MUSIC_PEACE,
|
||||
"26": VersionConstants.POPN_MUSIC_KAIMEI_RIDDLES,
|
||||
},
|
||||
GameConstants.REFLEC_BEAT: {
|
||||
"1": VersionConstants.REFLEC_BEAT,
|
||||
|
||||
Reference in New Issue
Block a user