Skip to content

Commit b92024e

Browse files
authored
Increment Data Package version
Changed a location name.
1 parent dcf4108 commit b92024e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/smw/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class SMWWorld(World):
4141
game: str = "Super Mario World"
4242
option_definitions = smw_options
4343
topology_present = False
44-
data_version = 1
44+
data_version = 2
4545
required_client_version = (0, 3, 5)
4646

4747
item_name_to_id = {name: data.code for name, data in item_table.items()}

0 commit comments

Comments
 (0)