diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-07-11 16:42:42 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-07-11 16:42:42 +0200 |
commit | 911e9541420dfcd751088f1548aab66b2e9b4202 (patch) | |
tree | 87451a5aac7819e91081d972afe12e846640b3e2 | |
parent | aeeaec5063cb5f678abfbb65930ca5d472971065 (diff) | |
download | serverdata-911e9541420dfcd751088f1548aab66b2e9b4202.tar.gz serverdata-911e9541420dfcd751088f1548aab66b2e9b4202.tar.bz2 serverdata-911e9541420dfcd751088f1548aab66b2e9b4202.tar.xz serverdata-911e9541420dfcd751088f1548aab66b2e9b4202.zip |
Fixed typos in eugene's script.
-rw-r--r-- | npc/001-1/eugene.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/eugene.txt b/npc/001-1/eugene.txt index b98a9999..e3ed32c7 100644 --- a/npc/001-1/eugene.txt +++ b/npc/001-1/eugene.txt @@ -29,7 +29,7 @@ l("Hey, check out my brand new fishing rod. I bought it just today."), l("I was so excited, I wanted to try it as soon as possible."), l("So in a hurry, I forgot to take enough bait for fishing."), - lg("Be a friend, and bring me @@ @@s", .BaitCount, getitemlink(.BaitID)); + lg("Be a friend and bring me @@ @@.", .BaitCount, getitemlink(.BaitID)); switch (select(l("I'll be back in no time."), l("Sorry, doing other things at the moment."))) |