diff options
-rw-r--r-- | npc/017-5/nahrec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-5/nahrec.txt b/npc/017-5/nahrec.txt index 70e0f9bf6..de46a002b 100644 --- a/npc/017-5/nahrec.txt +++ b/npc/017-5/nahrec.txt @@ -138,7 +138,7 @@ function NahrecSavior { next; return; } - if (BaseLevel < 100 || !REBIRTH) { + if (BaseLevel < 100 && !REBIRTH) { mesn; mesq l("Savior equipment is for level 100+ players. Get your expectations back to reality, alright?"); next; |