diff options
author | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-24 16:58:29 +0000 |
---|---|---|
committer | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-24 16:58:29 +0000 |
commit | 252476c27cc0829e15fb1f08a50a52e1ec5041b5 (patch) | |
tree | 9eb0ac9a0b65aa0cf1ffdf28fce668b6cb523f7a /npc | |
parent | 104696a9505921e4b76ba117dec81efc34622a1a (diff) | |
download | hercules-252476c27cc0829e15fb1f08a50a52e1ec5041b5.tar.gz hercules-252476c27cc0829e15fb1f08a50a52e1ec5041b5.tar.bz2 hercules-252476c27cc0829e15fb1f08a50a52e1ec5041b5.tar.xz hercules-252476c27cc0829e15fb1f08a50a52e1ec5041b5.zip |
Random Homunculus cleanup
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7857 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/cities/lighthalzen.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 0c9f52058..58d547ce4 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -40,6 +40,7 @@ Playtester Date Added
======
07/24
+ * Tiny typo fix in a Rekenber Guard dialog [DracoRPG]
* Added temporary Rachel spawn file, commented for now [Playtester]
07/23
* Removed the regular Thanatos spawn, since the quest is now implemented. [MasterOfMuppets]
diff --git a/npc/cities/lighthalzen.txt b/npc/cities/lighthalzen.txt index 3c55cfc8d..fded46eda 100644 --- a/npc/cities/lighthalzen.txt +++ b/npc/cities/lighthalzen.txt @@ -2042,7 +2042,7 @@ s_Yes: mes "[Regenschirm Guard]";
mes "I'm sorry but I can't let";
mes "staff without proper autorization";
- mes "pass. Only staff memebers with";
+ mes "pass. Only staff members with";
mes "Laboratory Passports are allowed";
mes "to enter the underground.";
close;
|