From a094e6a81926dd43bac7be23ed635cc13f8dca9c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 6 May 2019 11:13:14 -0300 Subject: Fix a bug on Silvia --- npc/003-1/silvia.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/003-1/silvia.txt') diff --git a/npc/003-1/silvia.txt b/npc/003-1/silvia.txt index ac8218669..093518d84 100644 --- a/npc/003-1/silvia.txt +++ b/npc/003-1/silvia.txt @@ -6,7 +6,7 @@ 003-1,109,150,0 script Silvia NPC_FEMALE,{ if (strcharinfo(0) == $MOST_HEROIC$) npctalk l("Oh my, the great @@ has come to talk to me!", $MOST_HEROIC$); - if (getq(TulimsharQuest_Swezanne) == 4) goto L_Message; + if (getq(TulimsharQuest_Swezanne) == 3) goto L_Message; .@q2=getq2(TulimsharQuest_Swezanne); if (.@q2 < santime()) goto L_Unallowed; if (getq(TulimsharQuest_Swezanne) == 1 && getq(TulimsharQuest_Lifestone) < 2) goto L_Lifestone; -- cgit v1.2.3-60-g2f50