diff options
Diffstat (limited to 'npc/jobs/2-1a/WhiteSmith.txt')
-rw-r--r-- | npc/jobs/2-1a/WhiteSmith.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-1a/WhiteSmith.txt b/npc/jobs/2-1a/WhiteSmith.txt index 3d9c84c95..d8166cbab 100644 --- a/npc/jobs/2-1a/WhiteSmith.txt +++ b/npc/jobs/2-1a/WhiteSmith.txt @@ -70,7 +70,7 @@ valkyrie,44,50,5 script MasterSmith#Valkyrie 4_M_JOB_BLACKSMITH,{ mes "Would you like to"; mes "become a MasterSmith?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[MasterSmith]"; mes "When you're ready,"; mes "feel free to come back."; |