diff options
Diffstat (limited to 'npc/jobs/novice/novice.txt')
-rw-r--r-- | npc/jobs/novice/novice.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/novice/novice.txt b/npc/jobs/novice/novice.txt index d690db69d..807275e13 100644 --- a/npc/jobs/novice/novice.txt +++ b/npc/jobs/novice/novice.txt @@ -1774,7 +1774,7 @@ new_5-3,113,41,4 duplicate(NvArc) Archer Guide#nv5 727 mes "[Prontera Acolyte]"; mes "What can I do for you?"; next; - switch(select("What is an Acolyte?:Job change to Acolyte.Cancel")) { + switch(select("What is an Acolyte?:Job change to Acolyte:Cancel")) { case 1: mes "[Prontera Acolyte]"; mes "An Acolyte is someone who worships the goddess Freya sacrificing themselves to help others."; |