summaryrefslogtreecommitdiff
path: root/npc/functions/aurora.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-15 16:36:46 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-15 16:36:46 -0300
commitbf095e47c438a0b943c53b16a5592b1ef20f4b73 (patch)
tree9d1aa3ee042df45f4ec69c99bb2cf62a1bce22be /npc/functions/aurora.txt
parent18873228db90b7c5f134bbbcc8593f3f2fe1bc92 (diff)
downloadserverdata-bf095e47c438a0b943c53b16a5592b1ef20f4b73.tar.gz
serverdata-bf095e47c438a0b943c53b16a5592b1ef20f4b73.tar.bz2
serverdata-bf095e47c438a0b943c53b16a5592b1ef20f4b73.tar.xz
serverdata-bf095e47c438a0b943c53b16a5592b1ef20f4b73.zip
I need to erase cooldown as well or this might present an undefined behavior
Diffstat (limited to 'npc/functions/aurora.txt')
-rw-r--r--npc/functions/aurora.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt
index a6be801c3..afbb6e4cc 100644
--- a/npc/functions/aurora.txt
+++ b/npc/functions/aurora.txt
@@ -71,6 +71,7 @@ function script FYE_Kamelot {
// Begin
callfunc("KamelotCleanup", .@g);
+ $KAMELOT_COOLDOWN[.@g] = 0;
$@FYE_KAMELOT[.@g] = gettimeparam(GETTIME_DAYOFMONTH);
mesc l("Have fun!");
next;