diff options
Diffstat (limited to 'npc/jobs/2-2a/Champion.txt')
-rw-r--r-- | npc/jobs/2-2a/Champion.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-2a/Champion.txt b/npc/jobs/2-2a/Champion.txt index 723bcfed1..ef543c8bc 100644 --- a/npc/jobs/2-2a/Champion.txt +++ b/npc/jobs/2-2a/Champion.txt @@ -69,7 +69,7 @@ valkyrie,53,42,3 script Champion#Valkyrie 1_M_HOF,{ mes "Would you like"; mes "to become a Champion?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[Champion]"; mes "When you're ready,"; mes "feel free to come back."; |