1
This commit is contained in:
parent
23c5165560
commit
e1c51d6da0
@ -379,7 +379,7 @@ void Buff::ProcSeletTargetWithSelfPos()
|
||||
(
|
||||
[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) {
|
||||
case kBST_All:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user