Blizzard / s2client-api

StarCraft II Client - C++ library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API.
MIT License
1.66k stars 281 forks source link

Added 3 missing terran upgrades: #229

Closed DonThompson closed 6 years ago

DonThompson commented 6 years ago

Added both the ABILITY_ID values as well as the UPGRADE_ID values. NOTE: RESEARCH_MAGFIELDLAUNCHERS is not a currently available upgrade (it is from a previous version), but is in the list with the same ID as RESEARCH_SMARTSERVOS. I left this to avoid a breaking change and will open a separate issue for it.

DonThompson commented 6 years ago

This is tied to issue: https://github.com/Blizzard/s2client-api/issues/228

KevinCalderone commented 6 years ago

Thanks!