diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-04 00:37:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-04 00:37:50 -0300 |
commit | adf1c859900bec44f0b3db956be044427ce8a75d (patch) | |
tree | 3deec3fe3182fcccf28cee438a52d4092a9426fd /npc/003-4/sorfina.txt | |
parent | 86cea497593cd26369d86d184e38c192909d181c (diff) | |
download | serverdata-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-4/sorfina.txt')
-rw-r--r-- | npc/003-4/sorfina.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-4/sorfina.txt b/npc/003-4/sorfina.txt index e5d8d07e4..1f919f170 100644 --- a/npc/003-4/sorfina.txt +++ b/npc/003-4/sorfina.txt @@ -49,7 +49,7 @@ L_Trouble: L_Basement: if (BaseLevel < 13) goto L_TooWeak; .@q3=getq3(TulimsharQuest_Hasan); - if (.@q3 > santime() || gcsantime(.@q3)) goto L_Wait; + if (.@q3 > santime()) goto L_Wait; mesn; mesq l("There's one on the basement of this house. If you kill it, Hasan will think on you as a hero and won't steal you anymore."); next; |