mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
DS3: update data_version (#1220)
This commit is contained in:
@@ -54,7 +54,7 @@ class DarkSouls3World(World):
|
|||||||
remote_items: bool = False
|
remote_items: bool = False
|
||||||
remote_start_inventory: bool = False
|
remote_start_inventory: bool = False
|
||||||
web = DarkSouls3Web()
|
web = DarkSouls3Web()
|
||||||
data_version = 3
|
data_version = 4
|
||||||
base_id = 100000
|
base_id = 100000
|
||||||
required_client_version = (0, 3, 6)
|
required_client_version = (0, 3, 6)
|
||||||
item_name_to_id = DarkSouls3Item.get_name_to_id()
|
item_name_to_id = DarkSouls3Item.get_name_to_id()
|
||||||
|
Reference in New Issue
Block a user