diff options
Diffstat (limited to 'npc/pre-re/jobs/1-1/acolyte.txt')
-rw-r--r-- | npc/pre-re/jobs/1-1/acolyte.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/pre-re/jobs/1-1/acolyte.txt b/npc/pre-re/jobs/1-1/acolyte.txt index e6ad187e5..a796763bb 100644 --- a/npc/pre-re/jobs/1-1/acolyte.txt +++ b/npc/pre-re/jobs/1-1/acolyte.txt @@ -88,7 +88,7 @@ prt_church,184,41,4 script Cleric#aco 1_M_PASTOR,{ mes "[Father Mareusis]"; mes "What is it that you seek?"; next; - switch(select("Father, I want to be a Acolyte.", "Acolyte Requirements.", "Just looking around.")) { + switch(select("Father, I want to be an Acolyte.", "Acolyte Requirements.", "Just looking around.")) { case 1: mes "[Father Mareusis]"; if (BaseJob == Job_Acolyte) { |