diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 8ae2b33..b0ebc55 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -1987,9 +1987,11 @@ void Human::_UpdateMove(int speed) if (IsCollisionInMapService()) { pos = old_pos; FindPathInMapService(); + #if 0 if (rand() % 3 == 0) { i += 1; } + #endif } room->grid_service.MoveHuman(this); }