This commit is contained in:
aozhiwei 2023-10-26 16:46:06 +08:00
parent d24b0201d6
commit 01eb86ae3e

View File

@ -3594,6 +3594,12 @@ void Creature::ActivateTargetValidPos()
move_len += 10; move_len += 10;
} }
} }
if (found) {
} else {
}
} }
target_valid_pos_activated = true; target_valid_pos_activated = true;
} }