SC2: Remove the deprecated data version attribute in order to avoid cached old item names (#3040)
This commit is contained in:
parent
feaae1db12
commit
3d5c21cec5
|
@ -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)}
|
||||
|
|
Loading…
Reference in New Issue