diff options
Diffstat (limited to 'npc/jobs/2-2a/Gypsy.txt')
-rw-r--r-- | npc/jobs/2-2a/Gypsy.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-2a/Gypsy.txt b/npc/jobs/2-2a/Gypsy.txt index 7d93e2fe8..fc4a42166 100644 --- a/npc/jobs/2-2a/Gypsy.txt +++ b/npc/jobs/2-2a/Gypsy.txt @@ -65,7 +65,7 @@ valkyrie,53,56,3 script Gypsy#Valkyrie 4W_F_01,{ mes "to take up this role,"; mes "and become a Gypsy?"; next; - if (select("No.:Yes.") == 1) { + if (select("No.", "Yes.") == 1) { mes "[Gypsy]"; mes "When you're ready,"; mes "feel free to come back."; |