diff options
-rw-r--r-- | npc/005-1/sailors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-1/sailors.txt b/npc/005-1/sailors.txt index 41e960f83..8ff8b9d73 100644 --- a/npc/005-1/sailors.txt +++ b/npc/005-1/sailors.txt @@ -17,7 +17,7 @@ if (.@q == 2) goto L_Elmo; if (.@q == 3) - goto L_Complete + goto L_Complete; if ( BaseLevel < 8) { hello; end; } mesn; |