This commit is contained in:
aozhiwei 2022-12-26 19:05:38 +08:00
parent 475f6a9744
commit 73cf8d174b

View File

@ -231,14 +231,6 @@ namespace mt
if (!hero_meta) {
A8_ABORT();
}
// 777
#if 1
#else
MetaData::AI* ai_meta = MetaMgr::Instance()->GetHeroAI(hero_meta->ai());
if (!ai_meta) {
A8_ABORT();
}
#endif
}
}
break;