python-sc2 icon indicating copy to clipboard operation
python-sc2 copied to clipboard

Fix unit_tech_alias for Viking

Open BurnySc2 opened this issue 5 years ago • 0 comments

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.

BurnySc2 avatar Oct 24 '20 20:10 BurnySc2