From e711490f6c017a330cdd207b4aadf7884972d540 Mon Sep 17 00:00:00 2001 From: espeon65536 Date: Sun, 1 May 2022 13:07:15 -0500 Subject: [PATCH] OoT: bump data version --- worlds/oot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/oot/__init__.py b/worlds/oot/__init__.py index 9dcb21ae..a9798c79 100644 --- a/worlds/oot/__init__.py +++ b/worlds/oot/__init__.py @@ -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)