diff options
author | Fedja Beader <fedja@protonmail.ch> | 2023-03-09 21:59:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-03-09 21:59:55 -0300 |
commit | 72b2793cb69885dca8b685cabc635cd243af974f (patch) | |
tree | 0166c058d86891f6ded44c8048960743ce19bd6b /npc | |
parent | f6c25ef3686c51cdd3294fb63ad134bc733623ee (diff) | |
download | serverdata-72b2793cb69885dca8b685cabc635cd243af974f.tar.gz serverdata-72b2793cb69885dca8b685cabc635cd243af974f.tar.bz2 serverdata-72b2793cb69885dca8b685cabc635cd243af974f.tar.xz serverdata-72b2793cb69885dca8b685cabc635cd243af974f.zip |
Fix typo
Diffstat (limited to 'npc')
-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; |