OoT: bump data version
This commit is contained in:
parent
c801cdbb3b
commit
e711490f6c
|
@ -81,7 +81,7 @@ class OOTWorld(World):
|
||||||
remote_items: bool = False
|
remote_items: bool = False
|
||||||
remote_start_inventory: bool = False
|
remote_start_inventory: bool = False
|
||||||
|
|
||||||
data_version = 1
|
data_version = 2
|
||||||
|
|
||||||
required_client_version = (0, 3, 2)
|
required_client_version = (0, 3, 2)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue