diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-05 19:02:52 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-05 19:02:52 +0000 |
commit | 01368ed9a40bc98ac870b04380ad1344485962e4 (patch) | |
tree | 1ddd75df4b7a0243a852e0e21ccf4ff03a2be62d /npc/jobs | |
parent | 88a5d0cdda513357496b9d53878618e1620f47e8 (diff) | |
download | hercules-01368ed9a40bc98ac870b04380ad1344485962e4.tar.gz hercules-01368ed9a40bc98ac870b04380ad1344485962e4.tar.bz2 hercules-01368ed9a40bc98ac870b04380ad1344485962e4.tar.xz hercules-01368ed9a40bc98ac870b04380ad1344485962e4.zip |
typos: recieve -> receive
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10163 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/1-1/archer.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-1/assassin.txt | 4 | ||||
-rw-r--r-- | npc/jobs/2-1/blacksmith.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-1/knight.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-2/rogue.txt | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/npc/jobs/1-1/archer.txt b/npc/jobs/1-1/archer.txt index cffa30600..2fa0b4890 100644 --- a/npc/jobs/1-1/archer.txt +++ b/npc/jobs/1-1/archer.txt @@ -63,7 +63,7 @@ payon_in02,64,71,4 script Archer Guildsman 59,{ next; mes "[Archer Guildsman]"; mes "The higher the quality of the wood you gather the higher your score."; - mes "You must recieve a score of ^ff0000at least 25^000000 in order to ^ff0000pass the test^000000."; + mes "You must receive a score of ^ff0000at least 25^000000 in order to ^ff0000pass the test^000000."; next; mes "[Archer Guildsman]"; mes "You can find wood by battling ^0000ff'Willows'^000000, a type of tree monster found outside of town in Payon forest."; diff --git a/npc/jobs/2-1/assassin.txt b/npc/jobs/2-1/assassin.txt index 842085f89..91008da96 100644 --- a/npc/jobs/2-1/assassin.txt +++ b/npc/jobs/2-1/assassin.txt @@ -122,7 +122,7 @@ in_moc_16,19,33,4 script Guildsman 55,{ M_0: mes "[Angry looking man]"; - mes "It's been a long time since we've recieved any Assassin candidates..... anyhow let me send you ^5533FFAssassin 'Kai'^000000."; + mes "It's been a long time since we've received any Assassin candidates..... anyhow let me send you ^5533FFAssassin 'Kai'^000000."; mes "He'll take care of the registration process."; enablenpc "Assassin Kai#1"; disablenpc "Assassin Kai#2"; @@ -931,7 +931,7 @@ L_Test: sM_6c: mes "[Nameless One]"; - mes "7. When an Assassin reaches a ^5533FFJob level of 50^000000, what is the added bonus he/she recieves to agility?"; + mes "7. When an Assassin reaches a ^5533FFJob level of 50^000000, what is the added bonus he/she receives to agility?"; next; menu "7",sM_7c, "8",sM_7c, "9",sM_7c, "10",-; diff --git a/npc/jobs/2-1/blacksmith.txt b/npc/jobs/2-1/blacksmith.txt index 581a28b32..27a6335de 100644 --- a/npc/jobs/2-1/blacksmith.txt +++ b/npc/jobs/2-1/blacksmith.txt @@ -942,7 +942,7 @@ geffen,46,164,4 script Baisulitst 69,{ mes "I ordered something from the Geffen Blacksmith Guild but the order got transfered to a blacksmith in Alberta....."; next; mes "[Baisulitst]"; - mes "Hmmm....., I wonder when I will recieve my special order ^5555FFArc Wand^000000....."; + mes "Hmmm....., I wonder when I will receive my special order ^5555FFArc Wand^000000....."; emotion e_hmm; close; diff --git a/npc/jobs/2-1/knight.txt b/npc/jobs/2-1/knight.txt index 77d61039b..271525873 100644 --- a/npc/jobs/2-1/knight.txt +++ b/npc/jobs/2-1/knight.txt @@ -129,7 +129,7 @@ L_Check: mes "Let me just say that I applaud all of your hard work and your determination."; next; mes "[Chivalry Captain Herman]"; - mes "The final step to become a Knight is to recieve a recomondation from all six of the Knights who tested you."; + mes "The final step to become a Knight is to receive a recommendation from all six of the Knights who tested you."; next; mes "[Chivalry Captain Herman]"; mes "Let's start with Sir Andrew Syloc. Sir Syloc, what is your opinion of Knight candidate, ^ff0000"+strcharinfo(0)+"^000000."; diff --git a/npc/jobs/2-2/rogue.txt b/npc/jobs/2-2/rogue.txt index 01833151a..42c435872 100644 --- a/npc/jobs/2-2/rogue.txt +++ b/npc/jobs/2-2/rogue.txt @@ -103,7 +103,7 @@ L_Test1: if(rand(2)) goto L_QSet2; mes "[Markie]"; - mes "1) What is the added flee rate that a Thief recieves when the ^5533FFImprove Dodge^000000 skill is ^5533FFmastered^000000?"; + mes "1) What is the added flee rate that a Thief receives when the ^5533FFImprove Dodge^000000 skill is ^5533FFmastered^000000?"; next; menu "20",sM1_1, "30",-, "40",sM1_1, "160",sM1_1; |