diff options
author | Reid <reidyaro@gmail.com> | 2012-03-24 03:31:54 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-03-24 03:31:54 +0100 |
commit | ae344ad7db709d2795232b64cacc5115a9ba9981 (patch) | |
tree | fe9e17c39bdc3395f9c7ad837a9691f93688ead5 /npc/000-2-2 | |
parent | 76d421acde3105479b335a7b1f9291d466730627 (diff) | |
download | serverdata-ae344ad7db709d2795232b64cacc5115a9ba9981.tar.gz serverdata-ae344ad7db709d2795232b64cacc5115a9ba9981.tar.bz2 serverdata-ae344ad7db709d2795232b64cacc5115a9ba9981.tar.xz serverdata-ae344ad7db709d2795232b64cacc5115a9ba9981.zip |
Add a missing "." at the doors script.
Diffstat (limited to 'npc/000-2-2')
-rw-r--r-- | npc/000-2-2/doors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-2/doors.txt b/npc/000-2-2/doors.txt index 84cb32f8..cc6c5eb0 100644 --- a/npc/000-2-2/doors.txt +++ b/npc/000-2-2/doors.txt @@ -29,7 +29,7 @@ l_Warp: 000-2-2.gat,24,31,0,1 script AreaNPC 0,0,0,{ OnTouch: - mesq l("This door seems locked"); + mesq l("This door seems locked."); close; } |