summaryrefslogtreecommitdiff
path: root/npc/functions/aurora.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-24 01:47:07 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-24 01:47:07 -0300
commit3e919ecbaf104601c8660ece7205b90b049d0829 (patch)
tree9e193443c345ab19505b9dfb9c79f64ea1339427 /npc/functions/aurora.txt
parent28b5642e4cf13e55d65ca4ef1f339ff9280f2ecc (diff)
downloadserverdata-3e919ecbaf104601c8660ece7205b90b049d0829.tar.gz
serverdata-3e919ecbaf104601c8660ece7205b90b049d0829.tar.bz2
serverdata-3e919ecbaf104601c8660ece7205b90b049d0829.tar.xz
serverdata-3e919ecbaf104601c8660ece7205b90b049d0829.zip
Kamelot: Do not repeat tutorial needlessy
Diffstat (limited to 'npc/functions/aurora.txt')
-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;