summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/000-0/sailors.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index c4559d58..44c988a3 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -11,7 +11,7 @@
OnTouch:
callfunc "CheckClientVersion";
requestlang @lang;
- if (@lang >= 0 && @lang <= 7) setlang @lang;
+ if (@lang >= 0 && @lang <= 9) setlang @lang;
mesn "Narrator";
mes col(l("You are on a raft, adrift in the sea."), 9);