diff options
Diffstat (limited to 'npc/jobs/2-1a/HighWizard.txt')
-rw-r--r-- | npc/jobs/2-1a/HighWizard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-1a/HighWizard.txt b/npc/jobs/2-1a/HighWizard.txt index 92e9a9f78..511d620f4 100644 --- a/npc/jobs/2-1a/HighWizard.txt +++ b/npc/jobs/2-1a/HighWizard.txt @@ -68,7 +68,7 @@ valkyrie,44,47,5 script High Wizard#Valkyrie 4_M_JOB_WIZARD,{ mes "Would you like to"; mes "become a High Wizard?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[High Wizard]"; mes "When you're ready,"; mes "feel free to come back."; |