This commit is contained in:
aozhiwei 2023-03-15 15:45:23 +08:00
parent f1f9074d29
commit c23c92b5db

View File

@ -93,4 +93,12 @@ void HideBuff::Check()
} }
} }
} }
if (timeout) {
} else if (!leave_targets.empty()) {
for (int obj_uniid : leave_targets) {
}
}
} }