diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-15 00:58:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-15 00:58:24 -0300 |
commit | 20400fdbf1cd09300e7a6dc9ab444420c980bbb0 (patch) | |
tree | c0f039c9c4269df33ba9b75f4980f11dcb4171a0 /npc/015-3 | |
parent | 02761b874a7c098a69187b437ce1128319b50a9f (diff) | |
download | serverdata-20400fdbf1cd09300e7a6dc9ab444420c980bbb0.tar.gz serverdata-20400fdbf1cd09300e7a6dc9ab444420c980bbb0.tar.bz2 serverdata-20400fdbf1cd09300e7a6dc9ab444420c980bbb0.tar.xz serverdata-20400fdbf1cd09300e7a6dc9ab444420c980bbb0.zip |
Fix gcsantime()
Diffstat (limited to 'npc/015-3')
-rw-r--r-- | npc/015-3/arkim.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/015-3/arkim.txt b/npc/015-3/arkim.txt index 5ae702ff2..2f5602cc8 100644 --- a/npc/015-3/arkim.txt +++ b/npc/015-3/arkim.txt @@ -25,7 +25,7 @@ L_Loop: mesq l("I am doing a great research with Bats, and thus far I collected @@ Bat Wings and Teeths.", $ARKIM_ST); next; // It was yesterday - if (.@q3 < $@ARKIM_QTIMER || gcsantime()) { + if (.@q3 < $@ARKIM_QTIMER || gcsantime(.@q3)) { setq2 HurnscaldQuest_Arkim, 0; setq3 HurnscaldQuest_Arkim, $@ARKIM_QTIMER; } |