This commit is contained in:
aozhiwei 2023-02-13 16:00:02 +08:00
parent 67fcc8d4ca
commit 1028d50022

View File

@ -66,6 +66,9 @@ void SelfChecker::Init()
if (meta->_car_deactive_buff_id) {
SelfChecker::AddBuff(meta->_car_deactive_buff_id);
}
for (auto& tuple : meta->_car_buff_list) {
SelfChecker::AddBuff(std::get<1>(tuple));
}
for (int buff_id : meta->_hit_buff_list) {
SelfChecker::AddBuff(buff_id);
}