diff options
author | Reid <reidyaro@gmail.com> | 2012-01-10 23:58:17 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-01-10 23:58:17 +0100 |
commit | 510b254b1092b94de9cc14cddefce4f81ae22da1 (patch) | |
tree | fc9cb25cbdfc48ca7e5e52a1bd592f679333b31f /npc | |
parent | 24eb726c6fb3872783b6976d0034bc41f658b401 (diff) | |
download | serverdata-510b254b1092b94de9cc14cddefce4f81ae22da1.tar.gz serverdata-510b254b1092b94de9cc14cddefce4f81ae22da1.tar.bz2 serverdata-510b254b1092b94de9cc14cddefce4f81ae22da1.tar.xz serverdata-510b254b1092b94de9cc14cddefce4f81ae22da1.zip |
Correct some typo on 000-2-3/sailors.txt .
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-3/sailors.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/000-2-3/sailors.txt b/npc/000-2-3/sailors.txt index a556b170..0c0f09bc 100644 --- a/npc/000-2-3/sailors.txt +++ b/npc/000-2-3/sailors.txt @@ -14,13 +14,13 @@ OnTouch: l("So it's why we wanted to warn you, maybe he comes from this guild, as the sign was on his raft.")); next; mesn "Captain Nard"; - mesq g(l("I see, warn other sailors about this. But if she is a part of Guild, then she is also our ally."), - l("I see, warn other sailors about this. But if he is a part of Guild, then he is also our ally.")); + mesq g(l("I see, warn other sailors about this. But if she is a part of the Warrior Guild, then she is also our ally."), + l("I see, warn other sailors about this. But if he is a part of the Warrior Guild, then he is also our ally.")); next; mesn "Elmo"; mesq l("I will."); next; - mesq l("About the Guild of Esperia, I wonder what we can think abou them if I can say my opinion. Some rumors say that they did some monstruos things and that they are hidding us a lot of things."); + mesq l("About this Guild of Esperia, I wonder what we can think about them if I can say my opinion. Some rumors say that they did some monstruos things and that they are hiding us a lot of things."); next; mesn "Captain Nard"; mesq g(l("This kind of talk could be punished, but I agree that I don't specially like them too, keep an eye on her."), @@ -29,7 +29,7 @@ OnTouch: mesq l("But if he is amnesic as said Julia, we won't need to worry about him."); next; mesn "Elmo"; - mesq l("Sure, cap'tain."); + mesq l("Sure, Cap'tain."); close; } @@ -57,7 +57,7 @@ OnTouch: mesq l("But if he is amnesic as said Julia, we won't need to worry about him."); next; mesn "Elmo"; - mesq l("Sure, cap'tain."); + mesq l("Sure, Cap'tain."); close; } |