FF1: datapackage is no longer custom

This commit is contained in:
Fabian Dill 2021-11-29 22:28:51 +01:00
parent c46abd7e65
commit dcb6da30ef
1 changed files with 1 additions and 1 deletions
worlds/ff1

View File

@ -19,7 +19,7 @@ class FF1World(World):
game = "Final Fantasy"
topology_present = False
remote_items = True
data_version = 0
data_version = 1
remote_start_inventory = True
ff1_items = FF1Items()