Skip to content

Commit

Permalink
Increment Data Package version
Browse files Browse the repository at this point in the history
Changed a location name.
  • Loading branch information
PoryGone authored Nov 16, 2022
1 parent dcf4108 commit b92024e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/smw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class SMWWorld(World):
game: str = "Super Mario World"
option_definitions = smw_options
topology_present = False
data_version = 1
data_version = 2
required_client_version = (0, 3, 5)

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

0 comments on commit b92024e

Please sign in to comment.