diff options
-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; |