Revert "increment data version since progression of items changed"
This reverts commit 22436868478dc16c2773d8d88d0438c17aee92e3.
This commit is contained in:
parent
000f0bf2f1
commit
6aef6f2c11
|
@ -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 = 4
|
data_version = 3
|
||||||
forced_auto_forfeit = True
|
forced_auto_forfeit = True
|
||||||
|
|
||||||
def generate_basic(self):
|
def generate_basic(self):
|
||||||
|
|
Loading…
Reference in New Issue