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 282 forks source link

Hatchery Rallying #223

Open k-macmillan opened 6 years ago

k-macmillan commented 6 years ago

RALLY_HATCHERY_UNITS = 212, // Target: Unit, Point. RALLY_HATCHERY_WORKERS = 211, // Target: Unit, Point.

Are reversed. When attempting to issue UnitCommands RALLY_HATCHERY_UNITS sets the rally for workers and vice versa. The type_id's are wrong as well I believe. When pulling the available abilities of a hatchery it lists 3690 & 3673 which are related to the other races and 211/212 do not show up.