diff options
Diffstat (limited to 'npc/jobs/2-1a/LordKnight.txt')
-rw-r--r-- | npc/jobs/2-1a/LordKnight.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-1a/LordKnight.txt b/npc/jobs/2-1a/LordKnight.txt index cece48304..da60caa92 100644 --- a/npc/jobs/2-1a/LordKnight.txt +++ b/npc/jobs/2-1a/LordKnight.txt @@ -66,7 +66,7 @@ valkyrie,44,39,5 script Lord Knight#Valkyrie 1_M_KNIGHTMASTER,{ mes "Would you like"; mes "to become a Lord Knight?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[Lord Knight]"; mes "When you're ready,"; mes "feel free to come back."; |