浏览代码

Fixed a bug, thanks to Filogarou
modified quests_yuno.txt


git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@99 54d463be-8e91-2dee-dedb-b68131a5f0ec

shadowlady 20 年之前
父节点
当前提交
0ec8fc5dd0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      npc/quests/quests_yuno.txt

+ 1 - 1
npc/quests/quests_yuno.txt

@@ -20,10 +20,10 @@
 yuno_in01.gat,103,158,4	script	Bain	98,
 yuno_in01.gat,103,158,4	script	Bain	98,
 {
 {
 	set @name$, "[Bain]";
 	set @name$, "[Bain]";
-	if (sleiphnir_q == 1) goto L_Check;
 	
 	
 OnStart:
 OnStart:
 	mes @name$;
 	mes @name$;
+	if (sleiphnir_q == 1) goto L_Check;
 	mes "We are going to invent a doll that can talk and communicate! Well, at least that's what I'm trying to do....";
 	mes "We are going to invent a doll that can talk and communicate! Well, at least that's what I'm trying to do....";
 	mes "The idea came from an old tale about a doll that acted like a real person.";
 	mes "The idea came from an old tale about a doll that acted like a real person.";
 	next;
 	next;