mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
movement
This commit is contained in:
parent
63048f2405
commit
560ec3cc9f
@ -158,6 +158,9 @@ bool MovementAction::MoveTo(uint32 mapId, float x, float y, float z, bool idle,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (delta > 10.0f) {
|
||||||
|
delta = 0.5f;
|
||||||
|
}
|
||||||
// if (delta > 10.0f) {
|
// if (delta > 10.0f) {
|
||||||
// return false;
|
// return false;
|
||||||
// }
|
// }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user