diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-15 00:55:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-15 00:55:49 -0300 |
commit | 8117dcb5d9dc35c07579c51907593db137c54beb (patch) | |
tree | 479b6dc49b7abfeb3373e905faab014eb1f20590 /npc/015-3 | |
parent | 508a29cffb838b0cbd712ce1c955708fc553f503 (diff) | |
download | serverdata-8117dcb5d9dc35c07579c51907593db137c54beb.tar.gz serverdata-8117dcb5d9dc35c07579c51907593db137c54beb.tar.bz2 serverdata-8117dcb5d9dc35c07579c51907593db137c54beb.tar.xz serverdata-8117dcb5d9dc35c07579c51907593db137c54beb.zip |
gcsantime() to fix santime() loops. Uh... login frequently.
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 a7e2114f8..5ae702ff2 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) { + if (.@q3 < $@ARKIM_QTIMER || gcsantime()) { setq2 HurnscaldQuest_Arkim, 0; setq3 HurnscaldQuest_Arkim, $@ARKIM_QTIMER; } |