Server sends this message when unit leaves visibility area of the player. After this message server does not share any information on the unit.
struct s2c_unit_leave_t {
char type; // MSG_S2C_UNIT_LEAVE
int owner_id; // ID of the player owning the unit
int unit_id; // Unit ID which is unique across all units in a game
};