This commit is contained in:
aozhiwei 2023-05-26 13:17:36 +08:00
parent 9235793a69
commit c4463d8614

View File

@ -119,7 +119,7 @@ void Incubator::AllocAndroid(Human* target, int num, std::vector<Human*>* androi
}
#endif
if (hum->dead) {
A8_ABORT();
//A8_ABORT();
}
#endif
hum->MustBeAddBuff(hum, kTraceBuffId);