SC2: Increment required client version (#1237)

This commit is contained in:
Magnemania 2022-11-12 19:32:33 -05:00 committed by GitHub
parent e108b67ca5
commit fde97fca5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class SC2WoLWorld(World):
mission_req_table = {} mission_req_table = {}
final_mission_id: int final_mission_id: int
victory_item: str victory_item: str
required_client_version = 0, 3, 5 required_client_version = 0, 3, 6
def __init__(self, world: MultiWorld, player: int): def __init__(self, world: MultiWorld, player: int):
super(SC2WoLWorld, self).__init__(world, player) super(SC2WoLWorld, self).__init__(world, player)