diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-05 20:19:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-05 20:19:20 +0300 |
commit | 30c0830d66c404ad8183abf96f70ed53e0474426 (patch) | |
tree | 3a4821ba85d71399d35fab284655d14d8bce4abc | |
parent | 1129c87645db521f2036b2062bea196c7021ff7e (diff) | |
download | serverdata-30c0830d66c404ad8183abf96f70ed53e0474426.tar.gz serverdata-30c0830d66c404ad8183abf96f70ed53e0474426.tar.bz2 serverdata-30c0830d66c404ad8183abf96f70ed53e0474426.tar.xz serverdata-30c0830d66c404ad8183abf96f70ed53e0474426.zip |
Fix syntax error from previous commit.
-rw-r--r-- | npc/001-1/enora.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt index 0633c2a9..e27cd4a1 100644 --- a/npc/001-1/enora.txt +++ b/npc/001-1/enora.txt @@ -178,7 +178,7 @@ narrator 4, l("Enora is carefully inspecting the sword."); speech 4, l("Excellent!"), - l("The detail and craftsmanship that went into this sword can only be accomplished by the most practiced of blacksmiths.); + l("The detail and craftsmanship that went into this sword can only be accomplished by the most practiced of blacksmiths."); break; case 2: |