diff options
author | musashiden <musashiden@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-08 03:50:43 +0000 |
---|---|---|
committer | musashiden <musashiden@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-08 03:50:43 +0000 |
commit | b7ead3917f40c1e98950aab453c1b3196700fccb (patch) | |
tree | 118543db5fe6cc69167d8f8854f7f2cf15d45558 | |
parent | 95efe6677eb650ca8d158d6596c52c2028a02f51 (diff) | |
download | hercules-b7ead3917f40c1e98950aab453c1b3196700fccb.tar.gz hercules-b7ead3917f40c1e98950aab453c1b3196700fccb.tar.bz2 hercules-b7ead3917f40c1e98950aab453c1b3196700fccb.tar.xz hercules-b7ead3917f40c1e98950aab453c1b3196700fccb.zip |
-Fixed some typos and updated Lighthalzen Guides. [Musashiden]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7044 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/guides/guides_einbe.txt | 2 | ||||
-rw-r--r-- | npc/guides/guides_lhz.txt | 2 | ||||
-rw-r--r-- | npc/guides/guides_nif.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/guides/guides_einbe.txt b/npc/guides/guides_einbe.txt index 73ab89a36..6d78ee793 100644 --- a/npc/guides/guides_einbe.txt +++ b/npc/guides/guides_einbe.txt @@ -64,7 +64,7 @@ L_TOOL: goto L_WIPE;
L_SWORD:
mes "[Einbech Guide]";
- mes "The Swordman Guild is located in the eastern outskirts of Einbech.";
+ mes "The Swordman Guild is located in the eastern outskirts of Einbech. ";
mes "It's under construction and they haven't started accepting applications.";
viewpoint 1,253,109,4,0xFF00FF;
next;
diff --git a/npc/guides/guides_lhz.txt b/npc/guides/guides_lhz.txt index a902eaeb9..209bc17ef 100644 --- a/npc/guides/guides_lhz.txt +++ b/npc/guides/guides_lhz.txt @@ -76,7 +76,7 @@ s_Cont: s_Tool:
mes "[Lighthalzen Guide]";
mes "The Tool Shop is";
- mes "located in the 11 o'clock";
+ mes "located in the 11 o' clock";
mes "direction from the center";
mes "of the East District.";
if(@tempguide)viewpoint 1,324,301,1,0xFF0000;
diff --git a/npc/guides/guides_nif.txt b/npc/guides/guides_nif.txt index 166a5807c..fb1ad5895 100644 --- a/npc/guides/guides_nif.txt +++ b/npc/guides/guides_nif.txt @@ -70,7 +70,7 @@ niflheim.gat,186,190,5 script Wandering Man 798,{ viewpoint 2,219,198,2,0xCC6600;
viewpoint 2,219,170,3,0x66FF33;
viewpoint 2,189,210,4,0x3366FF;
- mes "[Wandering Man]";
+ mes "[Wandering Man]";
mes "I removed all the indications,";
mes "If you still need any directions, come back and talk to me again.";
close;
|