python-sc2
python-sc2 copied to clipboard
Fix unit_tech_alias for Viking
Change the following to:
UnitTypeId.VIKINGASSAULT: {UnitTypeId.VIKINGFIGHTER},
https://github.com/BurnySc2/python-sc2/blob/8ba74f80a55d37c99ee2804175ba3afccb760544/sc2/dicts/unit_tech_alias.py#L41-L42
Edit: The error lies within https://github.com/BurnySc2/sc2-techtree because the dicts are autogenerated.