summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/util.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 31640cd85..0bbfd699f 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -113,6 +113,6 @@ function script nard_time {
debugmes "ERROR, INVALID LOCATION AND DESTINATION";
debugmes l("@@ -> @@", LOCATION$, getarg(0));
dispbottom l("An error on your travel time happened. Please report.");
- return 99999999999;
+ return INT_MAX;
}