diff --git a/src/TechTree.h b/src/TechTree.h index 3fda032b524ab44ed33ed9410d48d7546837ce4d..f790805c1c74a8fd7aedbed030cbb9b0d20db22e 100644 --- a/src/TechTree.h +++ b/src/TechTree.h @@ -24,7 +24,7 @@ struct TypeData sc2::AbilityID warpAbility = 0; // the ability that creates this item via warp-in std::vector<UnitType> whatBuilds; // any of these units can build the item std::vector<UnitType> requiredUnits; // owning ONE of these is required to make - std::vector<CCUpgrade> requiredUpgrades; // having ALL of these is required to make + std::vector<sc2::UPGRADE_ID> requiredUpgrades; // having ALL of these is required to make std::vector<UnitType> requiredAddons; // a unit of this type must be present next to the producer };