Browse Source

Fixes missing else case in pre-re Archer quest (#7856)

Co-authored-by: Aleos <aleos89@users.noreply.github.com>
Co-authored-by: Daegaladh <Daegaladh@users.noreply.github.com>
elanosilveira 1 year ago
parent
commit
10c78203ba
1 changed files with 6 additions and 4 deletions
  1. 6 4
      npc/pre-re/jobs/1-1/archer.txt

+ 6 - 4
npc/pre-re/jobs/1-1/archer.txt

@@ -117,10 +117,12 @@ payon_in02,64,71,4	script	Archer Guildsman#archer	85,{
 					close;
 					close;
 				}
 				}
 			}
 			}
-			mes "[Archer Guildsman]";
-			mes "Well, alright.";
-			mes "See you next time.";
-			close;
+			else {
+				mes "[Archer Guildsman]";
+				mes "Well, alright.";
+				mes "See you next time.";
+				close;
+			}
 		}
 		}
 		mes "[Archer Guildsman]";
 		mes "[Archer Guildsman]";
 		mes "Are you..." + strcharinfo(0) + "?";
 		mes "Are you..." + strcharinfo(0) + "?";