diff options
Diffstat (limited to 'npc/jobs/2-2a/Professor.txt')
-rw-r--r-- | npc/jobs/2-2a/Professor.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-2a/Professor.txt b/npc/jobs/2-2a/Professor.txt index f799c01c0..009b2d80d 100644 --- a/npc/jobs/2-2a/Professor.txt +++ b/npc/jobs/2-2a/Professor.txt @@ -73,7 +73,7 @@ valkyrie,53,47,3 script Scholar#Valkyrie 2_M_SAGE_OLD,{ mes "Will you serve Rune-Midgard"; mes "as a Scholar?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[Scholar]"; mes "When you're ready,"; mes "feel free to come back."; |