diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-07-11 21:52:49 +0000 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-07-11 21:52:49 +0000 |
commit | 1ddb6e598b48f1d6f5ecb253edb4b60099363a79 (patch) | |
tree | b7b012d5cff7a2aa4fcc2476e3e666fdf9ab845a /npc | |
parent | 1961204986662995cfa593fe863b0efb22df2ebb (diff) | |
parent | cf09ab42575070e73d8f66d6991180078c0e4eb1 (diff) | |
download | serverdata-1ddb6e598b48f1d6f5ecb253edb4b60099363a79.tar.gz serverdata-1ddb6e598b48f1d6f5ecb253edb4b60099363a79.tar.bz2 serverdata-1ddb6e598b48f1d6f5ecb253edb4b60099363a79.tar.xz serverdata-1ddb6e598b48f1d6f5ecb253edb4b60099363a79.zip |
Merge branch 'patches' into 'master'
Typo in qonan's script.
See merge request !15
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-1/qonan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/qonan.txt b/npc/001-1/qonan.txt index 01d6f86a..556c4d79 100644 --- a/npc/001-1/qonan.txt +++ b/npc/001-1/qonan.txt @@ -57,7 +57,7 @@ shovel_addquest("001-1", .move__rand_x, .move__rand_y, "QOnanFoundItem"); speech 3, l("Alright, you will need this shovel."), - l("You should check on the highest part of the cliff, I was hidding there."), + l("You should check on the highest part of the cliff, I was hiding there."), l("I hope to see you soon."); getitem IronShovel, 1; close; |