diff options
Diffstat (limited to 'npc/jobs/2-2a/Clown.txt')
-rw-r--r-- | npc/jobs/2-2a/Clown.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-2a/Clown.txt b/npc/jobs/2-2a/Clown.txt index 2b10a7bc4..b8f8f2ce0 100644 --- a/npc/jobs/2-2a/Clown.txt +++ b/npc/jobs/2-2a/Clown.txt @@ -64,7 +64,7 @@ valkyrie,53,54,3 script Minstrel#Valkyrie 2_M_BARD_ORIENT,{ mes "for Rune-Midgard..."; mes "As a Minstrel?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[Minstrel]"; mes "When you're ready,"; mes "feel free to come back."; |