diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-27 23:50:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-27 23:50:29 -0300 |
commit | 46523b1cd8ad5a37cd8aa371492a22576f276b01 (patch) | |
tree | e4130ff348908470a1c7394ba42bb1e0ae0cfdc0 | |
parent | 6824ded6fcab0cef75ef55d2d71453ed5937f535 (diff) | |
download | serverdata-46523b1cd8ad5a37cd8aa371492a22576f276b01.tar.gz serverdata-46523b1cd8ad5a37cd8aa371492a22576f276b01.tar.bz2 serverdata-46523b1cd8ad5a37cd8aa371492a22576f276b01.tar.xz serverdata-46523b1cd8ad5a37cd8aa371492a22576f276b01.zip |
Set distance from Candor <-> Tulimshar to 22 seconds
-rw-r--r-- | npc/functions/util.txt | 4 |
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; } |