diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-04 14:54:49 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-04 14:54:49 +0000 |
commit | 888584986b05b663898726aa5bf9f4ea9f3d8495 (patch) | |
tree | 183b8a2d13efe61ee7c9f5b569e065c3e04afeb6 | |
parent | 09d05131e1e4ea65755b4b8e8bc4e6eb73029160 (diff) | |
download | hercules-888584986b05b663898726aa5bf9f4ea9f3d8495.tar.gz hercules-888584986b05b663898726aa5bf9f4ea9f3d8495.tar.bz2 hercules-888584986b05b663898726aa5bf9f4ea9f3d8495.tar.xz hercules-888584986b05b663898726aa5bf9f4ea9f3d8495.zip |
fixed minor npc file typos
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10855 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/jobs/2-1/knight.txt | 2 | ||||
-rw-r--r-- | npc/kafras/functions_kafras.txt | 2 | ||||
-rw-r--r-- | npc/kafras/kafras_pay.txt | 2 | ||||
-rw-r--r-- | npc/quests/quests_lighthalzen.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/npc/jobs/2-1/knight.txt b/npc/jobs/2-1/knight.txt index 271525873..343afe631 100644 --- a/npc/jobs/2-1/knight.txt +++ b/npc/jobs/2-1/knight.txt @@ -37,7 +37,7 @@ prt_in,88,101,3 script Chivalry Captain Herman 56,{ if (BaseJob == Job_Swordman && KNIGHT_Q > 0) goto L_Check; mes "[Chivalry Captain Herman]"; - mes "Good Day. This is the Prontera Chivarly, home of the famous Prontera Knights."; + mes "Good Day. This is the Prontera Chivalry, home of the famous Prontera Knights."; M_Menu: next; menu "I am ready for Knighthood.",M_0,"The Requirements.",M_1,"Quit.",M_End; diff --git a/npc/kafras/functions_kafras.txt b/npc/kafras/functions_kafras.txt index 622e1b1dc..21e084a06 100644 --- a/npc/kafras/functions_kafras.txt +++ b/npc/kafras/functions_kafras.txt @@ -49,7 +49,7 @@ //= 5.5b Missed a preceeding hyphen, which was screwing up teleporting. [L0ne_W0lf] //= 5.6 Further dialog updates, added dynamic costs for cart and storage use. [L0ne_W0lf] //= Updated some functions to handle Guild Kafras the way they should. -//= 5.6a Corrected a few wrong name sin the teleport function. [L0ne_W0lf] +//= 5.6a Corrected a few wrong names in the teleport function. [L0ne_W0lf] //= 5.7 Correced end message no longer displaying, and the duplicate names [L0ne_W0lf] //= Thanks to Barron-Monster for pointing out the issues. //============================================================ diff --git a/npc/kafras/kafras_pay.txt b/npc/kafras/kafras_pay.txt index 9cff73490..f713a5acd 100644 --- a/npc/kafras/kafras_pay.txt +++ b/npc/kafras/kafras_pay.txt @@ -25,7 +25,7 @@ //= 2.32 Minor fix to Payon Archer Kafra [SinSloth] //= 2.4 Updated function calls with new arguments. [L0ne_W0lf] //= Added unique Kafra Welcome message. -//= 2.4b Updated hte remaning names for the Kafra's. [L0ne_W0lf] +//= 2.4b Updated the remaning names for the Kafras. [L0ne_W0lf] //========================================================================== diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index e7ae53b11..1410f90da 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -54,7 +54,7 @@ //= Moved a book non-related to Lighthalzen quests. //= 3.1 Added Schwartzvalt Trilogy Quest. [SinSloth] //= 3.2 Updated some NPCs regarding Hugel Rebellion Quest. [SinSloth] -//= 3.2 Removed hte NPC "#kiz03-4" as I couldn't find any [L0ne_W0lf] +//= 3.2 Removed the NPC "#kiz03-4" as I couldn't find any [L0ne_W0lf] //= reference to it in the Aegis script. //============================================================ |