mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
SC2: Remove the deprecated data version attribute in order to avoid cached old item names (#3040)
This commit is contained in:
@@ -42,7 +42,6 @@ class SC2World(World):
|
||||
|
||||
game = "Starcraft 2"
|
||||
web = Starcraft2WebWorld()
|
||||
data_version = 6
|
||||
|
||||
item_name_to_id = {name: data.code for name, data in get_full_item_list().items()}
|
||||
location_name_to_id = {location.name: location.code for location in get_locations(None)}
|
||||
|
Reference in New Issue
Block a user