From 910be529c4437c67fa0a254bf596ac4c6208866f Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Tue, 30 Jun 2009 10:40:50 +0200 Subject: Fixed Sandra going wrong 1 out of 3 times Reported by MStoykov. Change was missing from f91d834dbf58b44af5a6fc8e903aa8f4d654c496 --- npc/001-1_Tulimshar/sandra.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/001-1_Tulimshar/sandra.txt b/npc/001-1_Tulimshar/sandra.txt index bbaca563..1dab65ed 100644 --- a/npc/001-1_Tulimshar/sandra.txt +++ b/npc/001-1_Tulimshar/sandra.txt @@ -41,9 +41,9 @@ L_Ask: L_Yes: set @TEMP, rand(3); - if(@TEMP == 0) goto L_Req1; - if(@TEMP == 1) goto L_Req2; - if(@TEMP == 2) goto L_Req3; + if(@TEMP == 0) goto L_Req0; + if(@TEMP == 1) goto L_Req1; + if(@TEMP == 2) goto L_Req2; L_Req0: mes "[Sandra]"; -- cgit v1.2.3-60-g2f50