From 10c78203ba64c766f470238a1d1a133424527b16 Mon Sep 17 00:00:00 2001 From: elanosilveira Date: Fri, 15 Sep 2023 05:52:10 -0600 Subject: [PATCH] Fixes missing else case in pre-re Archer quest (#7856) Co-authored-by: Aleos Co-authored-by: Daegaladh --- npc/pre-re/jobs/1-1/archer.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/npc/pre-re/jobs/1-1/archer.txt b/npc/pre-re/jobs/1-1/archer.txt index 08347aedba..1b77a6ff71 100644 --- a/npc/pre-re/jobs/1-1/archer.txt +++ b/npc/pre-re/jobs/1-1/archer.txt @@ -117,10 +117,12 @@ payon_in02,64,71,4 script Archer Guildsman#archer 85,{ 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 "Are you..." + strcharinfo(0) + "?";