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/quests | |
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/quests')
-rw-r--r-- | npc/quests/The_Sign_Quest.txt | 2 | ||||
-rw-r--r-- | npc/quests/ninja_quests.txt | 2 | ||||
-rw-r--r-- | npc/quests/quests_comodo.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index 591dd0b11..7c15d83fc 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -2811,7 +2811,7 @@ L_quiztime: set @signquestions19$,"Choose the monster that is a different type than the others."; set @signquestions20$,"Choose the Job class that cannot equip Silk Robe."; set @signquestions21$,"Four thousand five hundred sixty divided by four, divided by two, plus three is equal too..."; - set @signquestions22$,"Which monster would recieve the most damage from a Fire Property Dagger?"; + set @signquestions22$,"Which monster would receive the most damage from a Fire Property Dagger?"; set @signquestions23$,"Choose the skill related to the Priest's B.S. Sacramenti from the ones displayed in the list."; set @playerpoints,0; diff --git a/npc/quests/ninja_quests.txt b/npc/quests/ninja_quests.txt index 436e342d7..42510f728 100644 --- a/npc/quests/ninja_quests.txt +++ b/npc/quests/ninja_quests.txt @@ -158,7 +158,7 @@ que_ng,28,50,3 script Boshuu 709,{ mes "[Boshuu]";
mes "Oh, I see you're back with all the required materials.";
mes "But before I start, I must ask you one more time.";
- mes "Do you want to give me the materials you've brought and recieve a Slotted Arm Guard instead?";
+ mes "Do you want to give me the materials you've brought and receive a Slotted Arm Guard instead?";
next;
if(select("No:Yes") == 1){
mes "[Boshuu]";
diff --git a/npc/quests/quests_comodo.txt b/npc/quests/quests_comodo.txt index 88dcfe3d7..8116d4c4e 100644 --- a/npc/quests/quests_comodo.txt +++ b/npc/quests/quests_comodo.txt @@ -637,7 +637,7 @@ L_1: mes "[Tausupa]"; mes "Can you take this special seasoning to my friends?"; next; - mes "^5555FF~ recieved Koserahserah ~^000000"; + mes "^5555FF~ received Koserahserah ~^000000"; set dmdswrd_Q, 2; next; |