diff options
author | Reid <reidyaro@gmail.com> | 2012-06-07 03:23:29 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-06-07 03:23:29 +0200 |
commit | 4af8f7590ac7d2005e3ca1ad18e7e099df416572 (patch) | |
tree | bc41cb8c3bbc7271aad504c77c5a5f11d591d312 /npc | |
parent | 9fa5747391aea15a668e44f115a920876dad8177 (diff) | |
download | serverdata-4af8f7590ac7d2005e3ca1ad18e7e099df416572.tar.gz serverdata-4af8f7590ac7d2005e3ca1ad18e7e099df416572.tar.bz2 serverdata-4af8f7590ac7d2005e3ca1ad18e7e099df416572.tar.xz serverdata-4af8f7590ac7d2005e3ca1ad18e7e099df416572.zip |
Correct script bug on 000-2-3/sailors.txt script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-3/sailors.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/000-2-3/sailors.txt b/npc/000-2-3/sailors.txt index 919e5c648..5533d7e00 100644 --- a/npc/000-2-3/sailors.txt +++ b/npc/000-2-3/sailors.txt @@ -24,7 +24,8 @@ OnTouch: mesn "Elmo"; mesq l("I will."); next; - mesq l("About this Esperia's Guild, I'm not sure about them, frankly."). + mesq l("About this Esperia's Guild, I'm not sure about them, frankly."); + next; mesq l("There are rumours going around that they did some monstrous things and that they are hiding quite alot of things from us."); next; |