From 364e629ec881f2d702fac2173988499df7b62cbf Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 15 Jul 2018 01:07:15 -0300 Subject: Fix Swezanne and Silvia. Found a bug at Silvia, and fixed it. --- npc/003-1/swezanne.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/003-1/swezanne.txt') diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt index 366682514..2b7d5ef3a 100644 --- a/npc/003-1/swezanne.txt +++ b/npc/003-1/swezanne.txt @@ -11,7 +11,8 @@ next; if (.@q == 0) goto L_Quest; else if (.@q == 3) goto L_Silvia; - else if (getq2(TulimsharQuest_Swezanne) < gettimetick(2)) goto L_Repeat; + .@q2=getq2(TulimsharQuest_Swezanne); + else if (.@q2 < santime() || gcsantime(.@q2)) goto L_Repeat; mesq l("I fight every day in hopes to meet Andrei, the famous hero who prevented Hurnscald from total destruction against a horde of monsters alone."); if ($MOST_HEROIC$ != "") goto L_Heroics; close; -- cgit v1.2.3-70-g09d2