summaryrefslogtreecommitdiff
path: root/npc/000-2-0
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-01-06 12:02:13 +0100
committerReid <reidyaro@gmail.com>2012-01-06 12:02:13 +0100
commitfc0a3d0c43ccb93e8957d40eaa1486adba7f7ce3 (patch)
tree9eb31da103b88da82f3256fb52813192fc616cd8 /npc/000-2-0
parentbdd3375d1f461614e8cf730193cf5ebd1aa60c31 (diff)
downloadserverdata-fc0a3d0c43ccb93e8957d40eaa1486adba7f7ce3.tar.gz
serverdata-fc0a3d0c43ccb93e8957d40eaa1486adba7f7ce3.tar.bz2
serverdata-fc0a3d0c43ccb93e8957d40eaa1486adba7f7ce3.tar.xz
serverdata-fc0a3d0c43ccb93e8957d40eaa1486adba7f7ce3.zip
Correct julia with new languages.
Diffstat (limited to 'npc/000-2-0')
-rw-r--r--npc/000-2-0/julia.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index 76b4c6ed..d48ba876 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -40,18 +40,17 @@
l_ChooseLang:
menu
l("I speak English") + " (English)", -,
- l("I speak Russian") + " (Русский)", -,
- l("I speak German") + " (Deutsch)", -,
- l("I speak Italian") + " (Italiano)", -,
l("I speak French") + " (Français)", -,
+ l("I speak Russian") + " (Русский)", -,
l("I speak Spanish") + " (Español)", -,
- l("I speak Dutch") + " (Nederlands)", -,
l("I speak Flemish") + " (West-Vloams)", -,
- l("I speak Greek") + " (Greek)", -,
- l("I speak Indonesian") + " (Indonesian)", -,
+ l("I speak German") + " (Deutsch)", -,
+ l("I speak Dutch") + " (Nederlands)", -,
+ l("I speak Italian") + " (Italiano)", -,
+
@s$, l_NoChanges;
set @lang, @menu-1;
- if (@lang < 0 || @lang > 9) close;
+ if (@lang < 0 || @lang > 7) close;
setlang @lang;
mesn;
mesq l("Ok, Done. Do you got an other question for me?");