diff options
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-1/priest.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 2dccc2e1d..5ed624f8b 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -33,6 +33,8 @@ KarLaeda Date Added
======
+10/23
+ * Fixed small typo in the Priest job quest [Playtester]
10/22
* Small spawn updates for Gefenia and Einbech Dungeon [Playtester]
10/21
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;
|