summaryrefslogtreecommitdiff
path: root/npc/003-1/silvia.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-08-04 00:37:50 -0300
committerJesusaves <cpntb1@ymail.com>2018-08-04 00:37:50 -0300
commitadf1c859900bec44f0b3db956be044427ce8a75d (patch)
tree3deec3fe3182fcccf28cee438a52d4092a9426fd /npc/003-1/silvia.txt
parent86cea497593cd26369d86d184e38c192909d181c (diff)
downloadserverdata-adf1c859900bec44f0b3db956be044427ce8a75d.tar.gz
serverdata-adf1c859900bec44f0b3db956be044427ce8a75d.tar.bz2
serverdata-adf1c859900bec44f0b3db956be044427ce8a75d.tar.xz
serverdata-adf1c859900bec44f0b3db956be044427ce8a75d.zip
Remove crap function and fix a typo
Diffstat (limited to 'npc/003-1/silvia.txt')
-rw-r--r--npc/003-1/silvia.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/silvia.txt b/npc/003-1/silvia.txt
index d486881be..9c0166886 100644
--- a/npc/003-1/silvia.txt
+++ b/npc/003-1/silvia.txt
@@ -8,7 +8,7 @@
if (strcharinfo(0) == $MOST_HEROIC$) npctalk l("Oh my, the great @@ has come to talk to me!", $MOST_HEROIC$);
if (getq(TulimsharQuest_Swezanne) == 4) goto L_Message;
.@q2=getq2(TulimsharQuest_Swezanne);
- if (.@q2 < santime() || gcsantime(.@q2)) goto L_Unallowed;
+ if (.@q2 < santime()) goto L_Unallowed;
if (getq(TulimsharQuest_Swezanne) == 1 && getq(TulimsharQuest_Lifestone) < 2) goto L_Lifestone;
if (strcharinfo(0) != $MOST_HEROIC$) hello;
end;