From 3e919ecbaf104601c8660ece7205b90b049d0829 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 24 May 2020 01:47:07 -0300 Subject: Kamelot: Do not repeat tutorial needlessy --- npc/functions/aurora.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-60-g2f50