SC2: Remove the deprecated data version attribute in order to avoid cached old item names (#3040)

This commit is contained in:
Ziktofel 2024-04-14 01:44:51 +02:00 committed by GitHub
parent feaae1db12
commit 3d5c21cec5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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)}