summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-05 09:49:27 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-05 09:49:27 -0300
commita5c91a1318dbda623a4db8e46df0c50d6a264ef3 (patch)
treefa2abcd2f1c784d98f56229004fd123c515a92cd
parent848d8649375222160fd6d0e4dd2e7687cb17a3f0 (diff)
downloadserverdata-a5c91a1318dbda623a4db8e46df0c50d6a264ef3.tar.gz
serverdata-a5c91a1318dbda623a4db8e46df0c50d6a264ef3.tar.bz2
serverdata-a5c91a1318dbda623a4db8e46df0c50d6a264ef3.tar.xz
serverdata-a5c91a1318dbda623a4db8e46df0c50d6a264ef3.zip
Double-check, otherwise, it will error
-rw-r--r--npc/009-2/librarian.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/009-2/librarian.txt b/npc/009-2/librarian.txt
index 8b0c137c1..f6cb611bf 100644
--- a/npc/009-2/librarian.txt
+++ b/npc/009-2/librarian.txt
@@ -35,7 +35,8 @@ L_Advance:
// You got magic, so, why waiting so long. Chop half hour.
// Should be plenty to instantly finish.
if (MAGIC_LVL && !@halinskip) {
- setq2 General_Narrator, .@nt-1800;
+ .@nt-=1800;
+ setq2 General_Narrator, .@nt;
@halinskip=true;
}