diff options
Diffstat (limited to 'npc')
-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(); |