1
This commit is contained in:
parent
194360aed8
commit
af44ab08ce
@ -1001,8 +1001,6 @@ void CallFuncBuff::RangeHoldBuff()
|
|||||||
if (context->in_human_infos.find(hum->GetUniId()) != context->in_human_infos.end()) {
|
if (context->in_human_infos.find(hum->GetUniId()) != context->in_human_infos.end()) {
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
//context->in_human_infos[hum->GetUniId()] = o;
|
|
||||||
//context->in_human_infos[hum->GetUniId()].OnEnter();
|
|
||||||
};
|
};
|
||||||
auto on_stay =
|
auto on_stay =
|
||||||
[this, context] (Human* hum)
|
[this, context] (Human* hum)
|
||||||
@ -1024,10 +1022,6 @@ void CallFuncBuff::RangeHoldBuff()
|
|||||||
[this, context, on_enter, on_stay, on_leave]
|
[this, context, on_enter, on_stay, on_leave]
|
||||||
()
|
()
|
||||||
{
|
{
|
||||||
if (owner->HasBuffEffect(kBET_Fly) ||
|
|
||||||
owner->HasBuffEffect(kBET_Jump)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (!owner->dead) {
|
if (!owner->dead) {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user