diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-22 18:12:12 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-22 18:12:12 +0000 |
commit | 0230a1631060d9b18f78b715dc3d3785ed5d49a2 (patch) | |
tree | 40bbc7903df4cb999441bcdedee7f2c0cd086140 /npc/quests | |
parent | 408c03186b95527ea5b176a51ffc120d1fc31c36 (diff) | |
download | hercules-0230a1631060d9b18f78b715dc3d3785ed5d49a2.tar.gz hercules-0230a1631060d9b18f78b715dc3d3785ed5d49a2.tar.bz2 hercules-0230a1631060d9b18f78b715dc3d3785ed5d49a2.tar.xz hercules-0230a1631060d9b18f78b715dc3d3785ed5d49a2.zip |
* Rev. 10893 Correct some typos error like "next;ing".
-Thank to theultradamage
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10893 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/newgears/2005_headgears.txt | 4 | ||||
-rw-r--r-- | npc/quests/quests_hugel.txt | 2 | ||||
-rw-r--r-- | npc/quests/quests_juperos.txt | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/newgears/2005_headgears.txt b/npc/quests/newgears/2005_headgears.txt index fafedec1f..2408e34f4 100644 --- a/npc/quests/newgears/2005_headgears.txt +++ b/npc/quests/newgears/2005_headgears.txt @@ -583,7 +583,7 @@ lighthalzen,143,68,0 script Strange Guy#LhzHat 47,{ mes "[Morris]"; mes "Now, remember everything"; mes "that you need this time, okay?"; - mes "I'll be next;ing to welcome"; + mes "I'll be waiting to welcome"; mes "you into the elite ranks of "; mes "the Young Detective's Club."; close; @@ -1358,7 +1358,7 @@ lighthalzen,182,89,0 script Rich Girl#LhzHat 91,{ { mes "[Achiha]"; mes "Oh, good, you're here."; - mes "I've been next;ing for you."; + mes "I've been waiting for you."; mes "Did you bring everything that"; mes "you need to make a ^0000FFRed Bonnet^000000?"; next; diff --git a/npc/quests/quests_hugel.txt b/npc/quests/quests_hugel.txt index 4daa7b23d..d8d0851f2 100644 --- a/npc/quests/quests_hugel.txt +++ b/npc/quests/quests_hugel.txt @@ -9307,7 +9307,7 @@ hu_in01,14,11,4 script Laura 70,{ set hg_odin,14; mes "[Laura]"; mes "That's what I've been"; - mes "next;ing to hear! Alright,"; + mes "waiting to hear! Alright,"; mes "please fetch me ^3355FF5 Runes of"; mes "the Darkness^000000 from the Odin"; mes "Shrine. Go now, adventurer~"; diff --git a/npc/quests/quests_juperos.txt b/npc/quests/quests_juperos.txt index e1ffe0a2f..d5aaee460 100644 --- a/npc/quests/quests_juperos.txt +++ b/npc/quests/quests_juperos.txt @@ -1353,7 +1353,7 @@ juperos_01,99,112,4 script Bronze Statue 844,{ {
mes "^3355FF''Do you wish to see";
mes "the end of the madness?";
- mes "He is next;ing where the three";
+ mes "He is waiting where the three";
mes "columns were destroyed, where";
mes "two hundred illusions wander.''^000000";
close;
|