1
This commit is contained in:
commit
08f442aa9c
@ -2299,7 +2299,7 @@ void Creature::UpdateMove()
|
|||||||
if (!GetMovement()->IsFindPath()) {
|
if (!GetMovement()->IsFindPath()) {
|
||||||
GetMovement()->CalcTargetPos(mt::Param::s().move_step_len);
|
GetMovement()->CalcTargetPos(mt::Param::s().move_step_len);
|
||||||
if (!GetMovement()->UpdatePosition()) {
|
if (!GetMovement()->UpdatePosition()) {
|
||||||
if (IsPlayer()) {
|
if (IsPlayer() && !HasBuffEffect(kBET_Sprint)) {
|
||||||
ShortFindPath();
|
ShortFindPath();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user