summaryrefslogtreecommitdiff
path: root/npc/003-10
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-15 00:58:24 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-15 00:58:24 -0300
commit20400fdbf1cd09300e7a6dc9ab444420c980bbb0 (patch)
treec0f039c9c4269df33ba9b75f4980f11dcb4171a0 /npc/003-10
parent02761b874a7c098a69187b437ce1128319b50a9f (diff)
downloadserverdata-20400fdbf1cd09300e7a6dc9ab444420c980bbb0.tar.gz
serverdata-20400fdbf1cd09300e7a6dc9ab444420c980bbb0.tar.bz2
serverdata-20400fdbf1cd09300e7a6dc9ab444420c980bbb0.tar.xz
serverdata-20400fdbf1cd09300e7a6dc9ab444420c980bbb0.zip
Fix gcsantime()
Diffstat (limited to 'npc/003-10')
-rw-r--r--npc/003-10/guarddevoir.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-10/guarddevoir.txt b/npc/003-10/guarddevoir.txt
index 8935c637d..67fd3e18c 100644
--- a/npc/003-10/guarddevoir.txt
+++ b/npc/003-10/guarddevoir.txt
@@ -29,7 +29,8 @@ L_Quest:
mesq l("Nice! I want you to kill some red scorpions, as I said!");
next;
if (.@q == 0) goto L_Continue;
- if (santime() >= getq2(TulimsharQuest_Devoir) + 60 * 60 * 36 || gcsantime()) goto L_Repeat; // Repats every 36 hours
+ .@q2=getq2(TulimsharQuest_Devoir) + 60 * 60 * 36;
+ if (santime() >= .@q2 || gcsantime(.@q2)) goto L_Repeat; // Repats every 36 hours
mesn;
mesq l("But, it wouldn't look nice if I let you do all the killing! The other guards are working right now!");
next;