diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-17 10:30:19 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-17 10:30:19 +0000 |
commit | 35cf3e430c5feae319c800e1f7c794a5d74a2517 (patch) | |
tree | 2bf82e4c74b92b8d38009599fb7b994ab25ff43a /npc | |
parent | f1af15f7af3118a718a2a2ea02156e778b96a16f (diff) | |
download | hercules-35cf3e430c5feae319c800e1f7c794a5d74a2517.tar.gz hercules-35cf3e430c5feae319c800e1f7c794a5d74a2517.tar.bz2 hercules-35cf3e430c5feae319c800e1f7c794a5d74a2517.tar.xz hercules-35cf3e430c5feae319c800e1f7c794a5d74a2517.zip |
Fixed some typos in quests_lighthalzen.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7220 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/quests_lighthalzen.txt | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 96d2fef60..279f0af35 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -36,6 +36,8 @@ Musashiden Date Added
======
+06/17
+ * Fixed some typos in quests_lighthalzen.txt thanks to Karore [Playtester]
06/16
* Implemented the Lover's quest. [MasterOfMuppets]
* Yet another missing Juno warp. [musashiden]
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index 4bd107081..20a505fe0 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -128,7 +128,7 @@ LhzTalk: mes "Hey! Where do you think you are going?";
mes "I can not send nobody to the slum district!";
mes "If we let suspecious people like you pass,";
- mes "there is no point in piece keeping!";
+ mes "there is no point in peace keeping!";
close;
LhzTalk1:
@@ -185,7 +185,7 @@ LhzTalk: mes "Hey! Where do you think you are going?";
mes "I can not send nobody to the slum district!";
mes "If we let suspecious people like you pass,";
- mes "there is no point in piece keeping!";
+ mes "there is no point in peace keeping!";
close;
LhzTalk1:
@@ -589,7 +589,7 @@ L_11: mes "You can get there by a sewer passage a bit south of the town.";
next;
mes "[" +strcharinfo(0) + "]";
- mes "No waiiiii!!";
+ mes "No wayyyyy!!";
next;
mes "[Piciburn]";
mes "I know. I know...";
|