We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf4108 commit b92024eCopy full SHA for b92024e
worlds/smw/__init__.py
@@ -41,7 +41,7 @@ class SMWWorld(World):
41
game: str = "Super Mario World"
42
option_definitions = smw_options
43
topology_present = False
44
- data_version = 1
+ data_version = 2
45
required_client_version = (0, 3, 5)
46
47
item_name_to_id = {name: data.code for name, data in item_table.items()}
0 commit comments