diff options
author | Dan Sagunov <danilka.pro@gmail.com> | 2018-01-26 12:33:36 +0300 |
---|---|---|
committer | Dan Sagunov <danilka.pro@gmail.com> | 2018-01-26 12:33:36 +0300 |
commit | 1ec6ee9172f16822d083646dab278f1fcc312107 (patch) | |
tree | 27370f97be4816f0665062cbd74e1aebc26fa250 /npc | |
parent | 60847144daf2bc2d048fc723a0512a0f8c7e945d (diff) | |
download | serverdata-1ec6ee9172f16822d083646dab278f1fcc312107.tar.gz serverdata-1ec6ee9172f16822d083646dab278f1fcc312107.tar.bz2 serverdata-1ec6ee9172f16822d083646dab278f1fcc312107.tar.xz serverdata-1ec6ee9172f16822d083646dab278f1fcc312107.zip |
Fix typo with a semicolon in Dan NPC scripts20180208
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/dan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt index 8c6cc479..77e26cd2 100644 --- a/npc/000-2-1/dan.txt +++ b/npc/000-2-1/dan.txt @@ -51,7 +51,7 @@ L_QuestStory: menu l("Who is she?"), L_She, - l("Do you want me to go see her instead of you?"), L_Quest; + l("Do you want me to go see her instead of you?"), L_Quest, l("I don't know what to say..."), -; mes ""; |