diff options
Diffstat (limited to 'npc/jobs/2-1a/Sniper.txt')
-rw-r--r-- | npc/jobs/2-1a/Sniper.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-1a/Sniper.txt b/npc/jobs/2-1a/Sniper.txt index eae7bde35..f026ad30f 100644 --- a/npc/jobs/2-1a/Sniper.txt +++ b/npc/jobs/2-1a/Sniper.txt @@ -64,7 +64,7 @@ valkyrie,44,55,5 script Sniper#Valkyrie 4_F_JOB_HUNTER,{ mes "take the next step and"; mes "become a Sniper?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[Sniper]"; mes "When you're ready,"; mes "feel free to come back."; |