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-1/swezanne.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-1/swezanne.txt')
-rw-r--r-- | npc/003-1/swezanne.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt index 1ca5457c2..1268703e6 100644 --- a/npc/003-1/swezanne.txt +++ b/npc/003-1/swezanne.txt @@ -12,7 +12,7 @@ .@q2=getq2(TulimsharQuest_Swezanne); if (.@q == 0) goto L_Quest; else if (.@q == 3) goto L_Silvia; - else if (.@q2 < santime() || gcsantime(.@q2)) goto L_Repeat; + else if (.@q2 < santime()) goto L_Repeat; mesq l("I fight every day in hopes to meet Andrei, the famous hero who prevented Hurnscald from total destruction against a horde of monsters alone."); if ($MOST_HEROIC$ != "") goto L_Heroics; close; |