diff --git a/server/gameserver/creature.cc b/server/gameserver/creature.cc index 17879d68..6b85bbe5 100644 --- a/server/gameserver/creature.cc +++ b/server/gameserver/creature.cc @@ -2696,7 +2696,7 @@ void Creature::OnLand() glm::vec3 center = GetPos().ToGlmVec3(); room->map_instance->Scale(center); glm::vec3 point; - bool ok = room->map_instance->FindNearestPoint(center, 2, point); + bool ok = room->map_instance->FindNearestPoint(center, 200, point); if (!ok) { abort(); }