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/ninja_quests.txt | |
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/ninja_quests.txt')
-rw-r--r-- | npc/quests/ninja_quests.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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]";
|