ocraft / ocraft-s2client

StarCraft II Client - Java library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API.
MIT License
55 stars 15 forks source link

fix Abilities ids for hatchery rallying #71

Closed Ketroc closed 10 months ago

Ketroc commented 1 year ago

These were swapped and no one noticed.

For reference, here is pythonsc2's ability list: https://github.com/BurnySc2/python-sc2/blob/76e4a435732d4359e5bd9e15b6283a0498e212ca/sc2/ids/ability_id.py#L84

Ketroc commented 11 months ago

Added all the new ids from the latest patch. Maintained the same version backwards compatibility implementation as prior.