diff options
author | Reid <reidyaro@gmail.com> | 2016-02-13 17:33:44 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-02-13 17:33:44 +0100 |
commit | 98bd50ebfbff30d285e69a900245557af8c4f0c7 (patch) | |
tree | d56cca7f72f523de880b0d56034b9ba982ae8394 | |
parent | 4185b97095924bfe6e48babfadce2c5eeb77c2a9 (diff) | |
download | serverdata-98bd50ebfbff30d285e69a900245557af8c4f0c7.tar.gz serverdata-98bd50ebfbff30d285e69a900245557af8c4f0c7.tar.bz2 serverdata-98bd50ebfbff30d285e69a900245557af8c4f0c7.tar.xz serverdata-98bd50ebfbff30d285e69a900245557af8c4f0c7.zip |
Fix a typo on Lost Island's Elmo script.
-rw-r--r-- | npc/000-2-3/elmo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt index 436695ef..c1060948 100644 --- a/npc/000-2-3/elmo.txt +++ b/npc/000-2-3/elmo.txt @@ -56,7 +56,7 @@ L_GotMoney: next; mesq l("If you feel bored or like running around in circles, you may want to talk with the other sailors around here to get some tasks to do."); next; - mesq l("From what I here, Gugli, my brother, needs the help of as many people as possible; to collect loads of neat things, that can be found on the island."); + mesq l("From what I hear, Gugli, my brother, needs the help of as many people as possible; to collect loads of neat things, that can be found on the island."); next; mesq l("Other than that, I don't know much about what else is going on, so directly asking the Cap'tain about it could be a good idea."); |