diff options
author | Reid <reidyaro@gmail.com> | 2012-05-17 02:09:11 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-17 02:09:11 +0200 |
commit | ab0c03f211d233e6caf66f19f579ccc108795ab6 (patch) | |
tree | 3aca7d9c5db67edb3161fc72cb8ef798c42e26e0 | |
parent | 25ac9e417768f5caac0810ec7b13901a75182152 (diff) | |
download | clientdata-ab0c03f211d233e6caf66f19f579ccc108795ab6.tar.gz clientdata-ab0c03f211d233e6caf66f19f579ccc108795ab6.tar.bz2 clientdata-ab0c03f211d233e6caf66f19f579ccc108795ab6.tar.xz clientdata-ab0c03f211d233e6caf66f19f579ccc108795ab6.zip |
Correct translation problem on Darlin script.
-rw-r--r-- | npc/000-1/darlin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt index d2b6553b..688a8d55 100644 --- a/npc/000-1/darlin.txt +++ b/npc/000-1/darlin.txt @@ -134,7 +134,7 @@ l_Quit: close; l_QuestGiven: - mesq "Ehoo "+ strcharinfo(0) +"!!"; + mesq l("Ehoo") + " " + strcharinfo(0) + "!!"; next; mesq l("Did you find what was this light?!"); next; |