diff options
-rw-r--r-- | npc/000-0/sailors.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 0106d09d..bdf31db3 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -45,9 +45,9 @@ OnTouch: "Je vous entends..." + " (Français)", -, "Да я вас слышу..." + " (Русский)", -, "Te oigo..." + " (Español)", -, - "Eu te ouço..." + " (Português)", -; + "Eu te ouço..." + " (Português)", -, "I höre euch..." + " (Deutsch)", -, - "'k hoar ui wel..." + " (Vloams)", -, + "'k hoar ui wel..." + " (Vloams)", -; set @lang, @menu-1; if (@lang < 0 || @lang > 6) close; setlang @lang; |