summaryrefslogtreecommitdiff
path: root/npc/003-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-15 00:55:49 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-15 00:55:49 -0300
commit8117dcb5d9dc35c07579c51907593db137c54beb (patch)
tree479b6dc49b7abfeb3373e905faab014eb1f20590 /npc/003-4
parent508a29cffb838b0cbd712ce1c955708fc553f503 (diff)
downloadserverdata-8117dcb5d9dc35c07579c51907593db137c54beb.tar.gz
serverdata-8117dcb5d9dc35c07579c51907593db137c54beb.tar.bz2
serverdata-8117dcb5d9dc35c07579c51907593db137c54beb.tar.xz
serverdata-8117dcb5d9dc35c07579c51907593db137c54beb.zip
gcsantime() to fix santime() loops. Uh... login frequently.
Diffstat (limited to 'npc/003-4')
-rw-r--r--npc/003-4/sorfina.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-4/sorfina.txt b/npc/003-4/sorfina.txt
index 3a5d10f28..9133baca3 100644
--- a/npc/003-4/sorfina.txt
+++ b/npc/003-4/sorfina.txt
@@ -48,7 +48,7 @@ L_Trouble:
L_Basement:
if (BaseLevel < 13) goto L_TooWeak;
- if (getq3(TulimsharQuest_Hasan) > santime()) goto L_Wait;
+ if (getq3(TulimsharQuest_Hasan) > santime() || gcsantime()) 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;