This commit is contained in:
Yunfan Li
2023-09-05 14:41:08 +08:00
parent 63048f2405
commit 560ec3cc9f

View File

@@ -158,6 +158,9 @@ bool MovementAction::MoveTo(uint32 mapId, float x, float y, float z, bool idle,
break;
}
}
if (delta > 10.0f) {
delta = 0.5f;
}
// if (delta > 10.0f) {
// return false;
// }