SM64: increment data version to trigger new names to be downloaded to clients
This commit is contained in:
parent
df09b5baac
commit
239f1afbbd
|
@ -21,7 +21,7 @@ class SM64World(World):
|
||||||
item_name_to_id = item_table
|
item_name_to_id = item_table
|
||||||
location_name_to_id = location_table
|
location_name_to_id = location_table
|
||||||
|
|
||||||
data_version = 1
|
data_version = 2
|
||||||
forced_auto_forfeit = False
|
forced_auto_forfeit = False
|
||||||
|
|
||||||
options = sm64_options
|
options = sm64_options
|
||||||
|
|
Loading…
Reference in New Issue