diff options
Diffstat (limited to 'npc/000-0/sailors.txt')
-rw-r--r-- | npc/000-0/sailors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 1f13684e4..c537ed128 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -11,7 +11,7 @@ 000-0,23,20,0 script Sailors NPC_SAILORS,6,6,{ OnTouch: - checkclientversion; + //checkclientversion; .@lang = requestlang(); if (.@lang >= 0 && .@lang <= 9) Lang = .@lang; |