This commit is contained in:
aozhiwei 2023-02-13 14:03:52 +08:00
parent 3ae463c259
commit f4f176b0fd

View File

@ -125,7 +125,9 @@ void SelfChecker::Init()
switch (meta->buff_effect()) {
case kBET_CondAddBuff:
{
for (int buff_id : meta->_buff_param4_int_list) {
SelfChecker::AddBuff(buff_id);
}
}
break;
default: