OoT: bump data version

This commit is contained in:
espeon65536 2022-05-01 13:07:15 -05:00
parent c801cdbb3b
commit e711490f6c
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class OOTWorld(World):
remote_items: bool = False
remote_start_inventory: bool = False
data_version = 1
data_version = 2
required_client_version = (0, 3, 2)