From 8117dcb5d9dc35c07579c51907593db137c54beb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 15 Jul 2018 00:55:49 -0300 Subject: gcsantime() to fix santime() loops. Uh... login frequently. --- npc/003-4/sorfina.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/003-4/sorfina.txt') 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; -- cgit v1.2.3-60-g2f50