This commit is contained in:
azw 2023-11-07 01:59:10 +00:00
parent 194360aed8
commit af44ab08ce

View File

@ -1001,8 +1001,6 @@ void CallFuncBuff::RangeHoldBuff()
if (context->in_human_infos.find(hum->GetUniId()) != context->in_human_infos.end()) {
abort();
}
//context->in_human_infos[hum->GetUniId()] = o;
//context->in_human_infos[hum->GetUniId()].OnEnter();
};
auto on_stay =
[this, context] (Human* hum)
@ -1024,10 +1022,6 @@ void CallFuncBuff::RangeHoldBuff()
[this, context, on_enter, on_stay, on_leave]
()
{
if (owner->HasBuffEffect(kBET_Fly) ||
owner->HasBuffEffect(kBET_Jump)) {
return;
}
if (!owner->dead) {
};