diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-15 16:36:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-15 16:36:46 -0300 |
commit | bf095e47c438a0b943c53b16a5592b1ef20f4b73 (patch) | |
tree | 9d1aa3ee042df45f4ec69c99bb2cf62a1bce22be /npc/functions/aurora.txt | |
parent | 18873228db90b7c5f134bbbcc8593f3f2fe1bc92 (diff) | |
download | serverdata-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.txt | 1 |
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; |