diff options
-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;
|