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/cities | |
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/cities')
-rw-r--r-- | npc/cities/splendide.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/cities/splendide.txt b/npc/cities/splendide.txt index c7ff5a365..d49f50ada 100644 --- a/npc/cities/splendide.txt +++ b/npc/cities/splendide.txt @@ -436,7 +436,7 @@ spl_in01,281,329,3 script Splendide Guard#tre 4_M_FAIRYSOLDIER,{ } else { mes "[Splendide Guard]"; - mes "AnduVeldRe Ko VeldReFulo So LomaurDu So So "; + mes "AnduVeldRe Ko VeldReFulo So LomaurDu So So"; close; } } |