From 733c1323e04081aab6a3357c924ee578393f8a15 Mon Sep 17 00:00:00 2001 From: Ziktofel Date: Fri, 20 Sep 2024 22:15:13 +0200 Subject: [PATCH] Typo fix --- worlds/sc2/items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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