diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/016-1/captain.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/016-1/captain.txt b/npc/016-1/captain.txt index b281e5206..45bfdb2cc 100644 --- a/npc/016-1/captain.txt +++ b/npc/016-1/captain.txt @@ -6,7 +6,7 @@ 016-1,19,29,0 script Captain NPC_NARD,{ .@price=410; - if (BaseLevel < 20) + if (BaseLevel < 20 && !REBIRTH) goto L_TooWeak; mesn; |