diff options
Diffstat (limited to 'npc/019-2')
-rw-r--r-- | npc/019-2/guards.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/019-2/guards.txt b/npc/019-2/guards.txt index 1a4675057..2119c12a1 100644 --- a/npc/019-2/guards.txt +++ b/npc/019-2/guards.txt @@ -15,8 +15,8 @@ close; } else if ($NLIB_DAY > 0) { if (.@q == $NLIB_DAY) goto L_Delay; - if (BaseLevel < 40) goto L_Noob; - if (BaseLevel >= 40) goto L_Veteran; + if (BaseLevel < 30) goto L_Noob; + if (BaseLevel >= 30) goto L_Veteran; close; } else if (is_admin()) { mesc "Initiate Nivalis Liberation Day?", 1; |