summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/util.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 78ba1f519..31640cd85 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -99,13 +99,13 @@ function script nard_time {
// Candor
if (LOCATION$ == "Candor") {
if (getarg(0) == "Tulim")
- return 42000;
+ return 22000;
}
// Candor
if (LOCATION$ == "Tulim") {
if (getarg(0) == "Candor")
- return 42000;
+ return 22000;
}