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

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