summaryrefslogtreecommitdiff
path: root/npc/003-4
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-4
parent02761b874a7c098a69187b437ce1128319b50a9f (diff)
downloadserverdata-20400fdbf1cd09300e7a6dc9ab444420c980bbb0.tar.gz
serverdata-20400fdbf1cd09300e7a6dc9ab444420c980bbb0.tar.bz2
serverdata-20400fdbf1cd09300e7a6dc9ab444420c980bbb0.tar.xz
serverdata-20400fdbf1cd09300e7a6dc9ab444420c980bbb0.zip
Fix gcsantime()
Diffstat (limited to 'npc/003-4')
-rw-r--r--npc/003-4/sorfina.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-4/sorfina.txt b/npc/003-4/sorfina.txt
index 9133baca3..e5d8d07e4 100644
--- a/npc/003-4/sorfina.txt
+++ b/npc/003-4/sorfina.txt
@@ -48,7 +48,8 @@ L_Trouble:
L_Basement:
if (BaseLevel < 13) goto L_TooWeak;
- if (getq3(TulimsharQuest_Hasan) > santime() || gcsantime()) goto L_Wait;
+ .@q3=getq3(TulimsharQuest_Hasan);
+ if (.@q3 > santime() || gcsantime(.@q3)) goto L_Wait;
mesn;
mesq l("There's one on the basement of this house. If you kill it, Hasan will think on you as a hero and won't steal you anymore.");
next;