diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-31 20:59:22 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-31 20:59:22 +0000 |
commit | 6a1e692d79df3d4e134201f3eef1b37c557ed8ed (patch) | |
tree | 06ad7bd11973638c617750dcf87181683ff37f21 /npc/jobs | |
parent | 7e2fd962e68c2a24868623ea06c51e5b509fc774 (diff) | |
download | hercules-6a1e692d79df3d4e134201f3eef1b37c557ed8ed.tar.gz hercules-6a1e692d79df3d4e134201f3eef1b37c557ed8ed.tar.bz2 hercules-6a1e692d79df3d4e134201f3eef1b37c557ed8ed.tar.xz hercules-6a1e692d79df3d4e134201f3eef1b37c557ed8ed.zip |
* Fixed some spelling and grammar in crusader quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10653 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/2-2/crusader.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/jobs/2-2/crusader.txt b/npc/jobs/2-2/crusader.txt index c70a9f4a1..b2ca8696d 100644 --- a/npc/jobs/2-2/crusader.txt +++ b/npc/jobs/2-2/crusader.txt @@ -5,7 +5,7 @@ //= Converted by: Shin //= //===== Current Version: ===================================== -//= 2.4 +//= 2.5 //===== Compatible With: ===================================== //= eAthena 0.5.2 + //===== Description: ========================================= @@ -39,6 +39,7 @@ //= - Optimized first four NPC scripts slightly. //= - Temporary character variables "@" are now ".@" //= - Fixed some indentation. +//= 2.5 Fixed some spelling and grammar in crusader quest. [L0ne_W0lf] //============================================================ @@ -50,7 +51,7 @@ prt_castle,45,169,5 script Senior Crusader 752,{ next; mes "[Michael Halig]"; mes "You don't belong here, my friend."; - mes "Be adviced to continue practicing yourself."; + mes "Be advised to continue practicing yourself."; close; } else if(Class != Job_Swordman) { @@ -78,7 +79,7 @@ prt_castle,45,169,5 script Senior Crusader 752,{ mes "to fight in the Holy War."; next; mes "[Michael Halig]"; - mes "As it happened one thousand years ago, evil forces will one day attacking in droves in an attempt to take over the world once again."; + mes "As it happened one thousand years ago, evil forces will one day attack in droves in an attempt to take over the world once again."; close; } else if((CRUS_Q >= 0 && CRUS_Q <= 3) && (countitem(1004) && countitem(1009))) { @@ -113,7 +114,7 @@ prt_castle,45,169,5 script Senior Crusader 752,{ mes "I am Michael Halig. I am one of but many Crusaders preparing for the Holy War. We continuously train ourselves with sincere faith and endless loyalty."; next; mes "[Michael Halig]"; - mes "We recruit Swordsman that express exceptional faith, or those who were born as warriors"; + mes "We recruit Swordsmen that express exceptional faith, or those who were born as warriors"; mes "by Odin's will."; next; mes "[Michael Halig]"; |