DS3: update data_version (#1220)

This commit is contained in:
black-sliver 2022-11-09 01:53:08 +01:00 committed by GitHub
parent 0cbee4ac3e
commit 0d10fec395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class DarkSouls3World(World):
remote_items: bool = False
remote_start_inventory: bool = False
web = DarkSouls3Web()
data_version = 3
data_version = 4
base_id = 100000
required_client_version = (0, 3, 6)
item_name_to_id = DarkSouls3Item.get_name_to_id()