From 81d093a03dfb2e235b5d237e1b0a4efe106874f2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 12:40:03 -0300 Subject: Fix Swezanne bug --- npc/003-1/swezanne.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt index 2b6393afd..366682514 100644 --- a/npc/003-1/swezanne.txt +++ b/npc/003-1/swezanne.txt @@ -11,7 +11,7 @@ next; if (.@q == 0) goto L_Quest; else if (.@q == 3) goto L_Silvia; - else if (getq2(TulimsharQuest_Swezanne) >= gettimetick(2)) goto L_Repeat; + else if (getq2(TulimsharQuest_Swezanne) < gettimetick(2)) 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-60-g2f50