From adf1c859900bec44f0b3db956be044427ce8a75d Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Sat, 4 Aug 2018 00:37:50 -0300
Subject: Remove crap function and fix a typo

---
 npc/009-2/librarian.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'npc/009-2')

diff --git a/npc/009-2/librarian.txt b/npc/009-2/librarian.txt
index bd93670d9..695882429 100644
--- a/npc/009-2/librarian.txt
+++ b/npc/009-2/librarian.txt
@@ -27,7 +27,7 @@ L_Advance:
         .@nt=santime()+(60*60);
     }
     // Wait time is over!
-    if (.@nt <= santime() || gcsantime(.@nt))
+    if (.@nt <= santime())
         goto L_Complete;
     // Already have time assigned
     if (.@nt) {
-- 
cgit v1.2.3-70-g09d2