mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
movement
This commit is contained in:
@@ -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;
|
||||||
// }
|
// }
|
||||||
|
|||||||
Reference in New Issue
Block a user