diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-23 13:21:18 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-23 13:21:18 +0000 |
commit | 4f51d1366ebb57bf2ac8a3ea0238bc39af796665 (patch) | |
tree | b8338cc2027b35a1922aa77d8a80ca53c799efc5 /npc/jobs/2-1/priest.txt | |
parent | 48272b7a15d5c259e8c46323b6ba1969f84d0c53 (diff) | |
download | hercules-4f51d1366ebb57bf2ac8a3ea0238bc39af796665.tar.gz hercules-4f51d1366ebb57bf2ac8a3ea0238bc39af796665.tar.bz2 hercules-4f51d1366ebb57bf2ac8a3ea0238bc39af796665.tar.xz hercules-4f51d1366ebb57bf2ac8a3ea0238bc39af796665.zip |
Fixed small typo in the Priest job quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9041 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1/priest.txt')
-rw-r--r-- | npc/jobs/2-1/priest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-1/priest.txt b/npc/jobs/2-1/priest.txt index 7aa22c9b1..fcdcfa2d4 100644 --- a/npc/jobs/2-1/priest.txt +++ b/npc/jobs/2-1/priest.txt @@ -153,7 +153,7 @@ L_Start: mes "I'm Father Thomas. I'm in charge of protecting Prontera from the evil spirits that plague the lands of Rune Midgard.";
next;
mes "[Father Thomas]";
- mes "Please fill out this application form so that I can review your qualifications for becoming a Preist.";
+ mes "Please fill out this application form so that I can review your qualifications for becoming a Priest.";
next;
mes "(you fill out the form and hand it back)";
next;
|