diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-28 20:48:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-28 20:48:54 -0300 |
commit | bd9567ba0e1abcd8523562e4298a30e17e9e9f4a (patch) | |
tree | 97fe8f272f91896160b77b48c96d2b084e053f86 /npc/functions/clientversion.txt | |
parent | a43f2894557f2addfec42628b973fc468833809a (diff) | |
download | serverdata-bd9567ba0e1abcd8523562e4298a30e17e9e9f4a.tar.gz serverdata-bd9567ba0e1abcd8523562e4298a30e17e9e9f4a.tar.bz2 serverdata-bd9567ba0e1abcd8523562e4298a30e17e9e9f4a.tar.xz serverdata-bd9567ba0e1abcd8523562e4298a30e17e9e9f4a.zip |
Actually, whitelist Halinarzo.
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 8b128d772..b4a40312a 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -992,7 +992,8 @@ function script clientupdater { if (BaseLevel < 20) { if (getsavepoint(0) != "000-1" && getsavepoint(0) != "003-1" && - getsavepoint(0) != "005-1") { + getsavepoint(0) != "005-1" && + getsavepoint(0) != "009-1") { // Resave at Candor EnterTown("Candor"); ReturnTown(); |