diff --git a/worlds/sc2/items.py b/worlds/sc2/items.py index af1802062539..f3219ed2421f 100644 --- a/worlds/sc2/items.py +++ b/worlds/sc2/items.py @@ -220,7 +220,7 @@ def get_full_item_list(): ItemData(51 + SC2WOL_ITEM_ID_OFFSET, TerranItemType.Unit, 29, SC2Race.TERRAN, classification=ItemClassification.progression, origin={"ext"}), item_names.SHOCK_DIVISION: - ItemData(52 + SC2WOL_ITEM_ID_OFFSET, TerranItemType.Unit2, 0, SC2Race.TERRAN, + ItemData(52 + SC2WOL_ITEM_ID_OFFSET, TerranItemType.Unit_2, 0, SC2Race.TERRAN, classification=ItemClassification.progression, origin={"ext"}), # Some other items are moved to Upgrade group because of the way how the bot message is parsed