diff options
author | Haru <haru@dotalux.com> | 2016-05-15 18:47:32 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-06-25 17:29:41 +0200 |
commit | ef7f1cbcaf893961d9e8e053ec666602645111df (patch) | |
tree | c8856ee8b543092d9586c0787df11da114835b84 /npc/re/warps | |
parent | 29d956f89fb895652d092cf3bebd0db2c2af3beb (diff) | |
download | hercules-ef7f1cbcaf893961d9e8e053ec666602645111df.tar.gz hercules-ef7f1cbcaf893961d9e8e053ec666602645111df.tar.bz2 hercules-ef7f1cbcaf893961d9e8e053ec666602645111df.tar.xz hercules-ef7f1cbcaf893961d9e8e053ec666602645111df.zip |
Corrected various translation/text encoding issues
- The generated translation file now loads cleanly without encoding conversion errors
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/re/warps')
-rw-r--r-- | npc/re/warps/cities/dicastes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/warps/cities/dicastes.txt b/npc/re/warps/cities/dicastes.txt index 0d8922e51..e9b90614c 100644 --- a/npc/re/warps/cities/dicastes.txt +++ b/npc/re/warps/cities/dicastes.txt @@ -59,7 +59,7 @@ dic_in01,299,248,0 warp eldicastes0015 1,1,dic_in01,262,191 dic_in01,242,182,0 script #eldicastes0016 CLEAR_NPC,{ if (isequipped(2782)) select("Administrative Office"); - else select("¡÷¡ú¡ð"); + else select(sprintf("¡÷¡ú¡ð")); warp "dic_in01",138,221; end; } |