diff options
Diffstat (limited to 'npc/000-0')
-rw-r--r-- | npc/000-0/sailors.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 0dba1eeda..e151664a7 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -16,6 +16,10 @@ 000-0,23,20,0 script Sailors NPC_SAILORS,6,6,{ OnTouch: + .@q=getq(General_Narrator); + if (.@q) + end; + //checkclientversion; .@lang = requestlang(); if (.@lang >= 0 && .@lang <= 9) Lang = .@lang; |