This commit is contained in:
aozhiwei 2021-09-08 15:20:33 +08:00
parent 23c5165560
commit e1c51d6da0

View File

@ -379,7 +379,7 @@ void Buff::ProcSeletTargetWithSelfPos()
( (
[this, &targets] (Creature* c, bool& stop) [this, &targets] (Creature* c, bool& stop)
{ {
if (owner_->GetPos().Distance(c->GetPos()) < meta->int_param3) { if (owner->GetPos().Distance(c->GetPos()) < meta->int_param3) {
switch (meta->int_param1) { switch (meta->int_param1) {
case kBST_All: case kBST_All:
{ {