summaryrefslogtreecommitdiff
path: root/npc/000-0/sailors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-0/sailors.txt')
-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 1e2fe739..9e82bed9 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -12,7 +12,7 @@
OnTouch:
checkclientversion;
.@lang = requestlang();
- if (.@lang >= 0 && .@lang <= 9) Lang = .@lang;
+ if (.@lang >= 0 && .@lang <= MAX_LANG) Lang = .@lang;
mesn "Narrator";
mesc(l("You are on a raft, adrift in the sea."), 9);