diff options
Diffstat (limited to 'npc/jobs/1-1/archer.txt')
-rw-r--r-- | npc/jobs/1-1/archer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/1-1/archer.txt b/npc/jobs/1-1/archer.txt index f72f7b11b..3f5eedade 100644 --- a/npc/jobs/1-1/archer.txt +++ b/npc/jobs/1-1/archer.txt @@ -45,7 +45,7 @@ payon_in02.gat,64,71,4 script Archer Guildsman 59,{ next; mes "[Archer Guildsman]"; if(JobLevel < 10) { - mes "It seems that you are not qualified to become an Archer yet. Please take a look at the job requirments once more."; + mes "It seems that you are not qualified to become an Archer yet. Please take a look at the job requirements once more."; close; } set job_archer_q,1; |