diff options
author | KarLaeda <KarLaeda@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-28 17:14:26 +0000 |
---|---|---|
committer | KarLaeda <KarLaeda@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-28 17:14:26 +0000 |
commit | cadce9df6096c2e0038a233ea076bd78bc1b95eb (patch) | |
tree | 85845ba52f8b3b763256c884c96cab2beb5a43c9 /npc/jobs/2-1 | |
parent | 4d93173bff9ec4e9de0d10e516d19dc0684cbcc4 (diff) | |
download | hercules-cadce9df6096c2e0038a233ea076bd78bc1b95eb.tar.gz hercules-cadce9df6096c2e0038a233ea076bd78bc1b95eb.tar.bz2 hercules-cadce9df6096c2e0038a233ea076bd78bc1b95eb.tar.xz hercules-cadce9df6096c2e0038a233ea076bd78bc1b95eb.zip |
- Fixed typo in the Priest Quest.
- Added year to the dates in stable/npc/Changelog.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9585 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1')
-rw-r--r-- | npc/jobs/2-1/priest.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/jobs/2-1/priest.txt b/npc/jobs/2-1/priest.txt index 14ff6d1e5..4c1666e05 100644 --- a/npc/jobs/2-1/priest.txt +++ b/npc/jobs/2-1/priest.txt @@ -5,7 +5,7 @@ //= Converted by: kobra_k88. //= Further bugfixed and tested by Lupus //===== Current Version: ===================================== -//= 2.1 +//= 2.1a //===== Compatible With: ===================================== //= eAthena 1.0 //===== Description: ========================================= @@ -20,6 +20,7 @@ //= to go. [Lupus] //= 2.0 Changed numbers to constants. [Vicious] //= 2.1 Merged JFunc [Lupus] +//= 2.1a Fixed typo [KarLaeda] //========================================================== @@ -428,7 +429,7 @@ L_Test: mes "That shows that you have true faith! It is my pleasure to allow you to continue on with your test."; next; mes "[Mother Marthilda]"; - mes "You must now go see ^5533FFFather Yosuke^000000. He is 1 map North and 2 maps East of Prontera. I'm sure you will make a fine Priest!"; + mes "You must now go see ^5533FFFather Yosuke^000000. He is 1 map North and 2 maps West of Prontera. I'm sure you will make a fine Priest!"; set PRIEST_Q2, 3; close; |