This commit is contained in:
aozhiwei 2023-02-13 15:15:44 +08:00
parent d7e0aa68ec
commit 2555fdac88

View File

@ -121,6 +121,9 @@ void SelfChecker::Init()
(
[] (const mt::Buff* meta, bool& stop)
{
for (int buff_id : meta->_child_buff_list) {
SelfChecker::AddBuff(buff_id);
}
switch (meta->buff_effect()) {
case kBET_AddCarBuff:
{