Blizzard / s2client-proto

StarCraft II Client - protocol definitions used to communicate with StarCraft II.
MIT License
3.76k stars 430 forks source link

Drones that morph to buildings are never marked as dead #65

Closed noorus closed 6 years ago

noorus commented 6 years ago

Excuse my crossposting from the s2client-api issue tracker, but I believe this is critical and I am not sure whether the protocol or API library is at fault:

As zerg drones become buildings, the created building is a new unit, but the existing drone is never marked as destroyed/dead. It becomes impossible to know which drones still exist and which do not.

noorus commented 6 years ago

Addressed on s2client-api tracker.