diff options
-rw-r--r-- | npc/024-1/guard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/024-1/guard.txt b/npc/024-1/guard.txt index e35152315..26abab9bc 100644 --- a/npc/024-1/guard.txt +++ b/npc/024-1/guard.txt @@ -12,7 +12,7 @@ goto L_MainQuest2; L_MainLogic: - if (BaseLevel < 40) + if (BaseLevel < 40 && !REBIRTH) goto L_Unallowed; if (Class == Elven) { |