diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-06-30 20:15:56 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-06-30 20:15:56 +0200 |
commit | ba14c43265a9b7eef837879f47777502c5038342 (patch) | |
tree | f2a1c0ae7ec97962a369fdbe03b72da8255e4e07 | |
parent | 1f228a77dec68773faa5fe3ef3f0fcd28b3cae59 (diff) | |
download | serverdata-ba14c43265a9b7eef837879f47777502c5038342.tar.gz serverdata-ba14c43265a9b7eef837879f47777502c5038342.tar.bz2 serverdata-ba14c43265a9b7eef837879f47777502c5038342.tar.xz serverdata-ba14c43265a9b7eef837879f47777502c5038342.zip |
Fixed a bug in the cookie master script. Thanks to Vasily for spotting it.
-rw-r--r-- | npc/001-1/cookiemaster.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt index 1227c2a5..ab8ddee5 100644 --- a/npc/001-1/cookiemaster.txt +++ b/npc/001-1/cookiemaster.txt @@ -75,7 +75,7 @@ L_Check: next; menu - l("Seriously? It's just a cookie you know... Tell me what I should do to get one."), L_MTaskExpanation, + l("Seriously? It's just a cookie you know... Tell me what I should do to get one."), L_BTaskExpanation, l("Yes, yes I know... Too bad then. See you soon!"), L_Bye; L_StorySeems: |