diff --git a/src/map/path.cpp b/src/map/path.cpp index 09fd5e6f69..4b2596ebd5 100644 --- a/src/map/path.cpp +++ b/src/map/path.cpp @@ -504,7 +504,7 @@ int distance_client(int dx, int dy) //Bonus factor used by client //This affects even horizontal/vertical lines so they are one cell longer than expected - temp_dist -= 0.0625; + temp_dist -= 0.1; if(temp_dist < 0) temp_dist = 0;