diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-23 14:24:20 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-23 14:24:20 +0000 |
commit | dd37845806089ee47bf388e126814021ef3ade32 (patch) | |
tree | 01dc9612fad05f3ccd187f0cf8ec9cb172134f66 /npc/018-2_Woodland_minning_camp/receptionist.txt | |
parent | d607a8c72c02708e6a9edf6d25e37d1b7b2dbd78 (diff) | |
download | serverdata-dd37845806089ee47bf388e126814021ef3ade32.tar.gz serverdata-dd37845806089ee47bf388e126814021ef3ade32.tar.bz2 serverdata-dd37845806089ee47bf388e126814021ef3ade32.tar.xz serverdata-dd37845806089ee47bf388e126814021ef3ade32.zip |
Fix names of map folders
THe converter has been changed to on;y have 0-9A-Za-z-_ as valid
characters in map folder names.
Diffstat (limited to 'npc/018-2_Woodland_minning_camp/receptionist.txt')
-rw-r--r-- | npc/018-2_Woodland_minning_camp/receptionist.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-2_Woodland_minning_camp/receptionist.txt b/npc/018-2_Woodland_minning_camp/receptionist.txt index 58c9ed7a..ee735d14 100644 --- a/npc/018-2_Woodland_minning_camp/receptionist.txt +++ b/npc/018-2_Woodland_minning_camp/receptionist.txt @@ -30,7 +30,7 @@ L_Mine: L_Enter: mes "[Receptionist]"; - mes "\"I'm sorry, but the mine is very active. Entrance is restricted to miners only.\""; + mes "\"If you think you can handle all the monsters that have appeared there.\""; next; goto L_Question_End; |