Increment data version.

This commit is contained in:
alwaysintreble
2021-09-27 12:15:15 -05:00
committed by Fabian Dill
parent 89c6fd6ac4
commit 16454dbc33

View File

@@ -23,7 +23,7 @@ class RiskOfRainWorld(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 = True forced_auto_forfeit = True
def generate_basic(self): def generate_basic(self):