diff options
Diffstat (limited to 'npc/re/jobs/1-1/archer.txt')
-rw-r--r-- | npc/re/jobs/1-1/archer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/jobs/1-1/archer.txt b/npc/re/jobs/1-1/archer.txt index 32b53ed49..0f2b92025 100644 --- a/npc/re/jobs/1-1/archer.txt +++ b/npc/re/jobs/1-1/archer.txt @@ -84,7 +84,7 @@ payon_in02,64,71,4 script Archer Guildsman#archer 4_M_03,{ mes "[Archer Guildsman]"; mes "Nice to meet you. How may I help you?"; next; - switch(select("I want to be an Archer.:I need the requirements, please.:Nothing, thanks.")) { + switch(select("I want to be an Archer.", "I need the requirements, please.", "Nothing, thanks.")) { case 1: if(BaseJob != Job_Novice) { mes "[Archer Guildsman]"; |