summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/aurora.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt
index 421439be5..d964500d2 100644
--- a/npc/functions/aurora.txt
+++ b/npc/functions/aurora.txt
@@ -283,7 +283,7 @@ function script FYE_Kamelot {
// Begin
//callfunc("KamelotCleanup", .@g); // Not needed
- $KAMELOT_COOLDOWN[.@g] = 0;
+ $KAMELOT_COOLDOWN[.@g] = ($KAMELOT_COOLDOWN[.@g] ? 1 : 0);
$@FYE_KAMELOT[.@g] = gettimeparam(GETTIME_DAYOFMONTH);
mesc l("Have fun!");
next;